Html Css Color HEX #B0299D Medium Red Violet

📋 copy color: '#B0299D'

red 176 ◦ green 41 ◦ blue 157

#B0299D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #B0299D

Tints of Medium Red Violet #B0299D

RGB

 RED value IS 176 (69.14% from 255) = 47.06%

 GREEN value IS 41 (16.41% from 255) = 10.96%

 BLUE value IS 157 (61.72% from 255) = 41.98%

R = 47.06%
G = 10.96%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B0299D (or 0xB0299D) is known color: Medium Red Violet. HEX triplet: B0, 29 and 9D. RGB value is (176,41,157). Sum of RGB (Red+Green+Blue) = 176+41+157=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B0299D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0299D is #4FD662. Grayscale: #5E5E5E. Windows color (decimal): -5232227 or 10299824. OLE color: 10299824.

HSL color Cylindrical-coordinate representation of color #B0299D: hue angle of 308.44º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0299D is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 41 157 -
CMYK 0 0.77 0.11 0.31
HSL 308.44º 0.62% 0.43% -
HSV(B) 308.44º 0.77% 0.69% -
XYZ 24.78 13.25 33.15 -
YUV 94.59 163.23 186.07 -
System Red Green Blue C M Y K H S L
Decimal 176 41 157 0 0.77 0.11 0.31 308.44 0.62 0.43
Hex B0 29 9D 0 4D B 1F 134 3E 2B
Octal 260 51 235 0 115 13 37 464 76 53
Binary 10110000 101001 10011101 0 1001101 1011 11111 100110100 111110 101011

Color Harmonies of #B0299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0299D

Black with #B0299D

Text Example


Text Example

White with #B0299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0299D; }

 p { color: rgb(176,41,157); }

 H1.HeaderClassName
 {
   color: #B0299D;
 }
 .AnyTagClassName
 {
   color: #B0299D;
 }
</style>

background-color css

<style>
 a { background-color: #B0299D; }

 a { background-color: rgb(176,41,157); }

 div.DivClassName
 {
   background-color: #B0299D;
 }
 .BgClassName
 {
   background-color: #B0299D;
 }
</style>

border-color css

<style>
 span { border-color: #B0299D; }

 span { border-color: rgb(176,41,157); }

 td.TdClassName
 {
   border-color: #B0299D;
 }
 .TagClassName
 {
   border-color: #B0299D;
 }
</style>