Html Css Color HEX #B00BAB Deep Magenta

📋 copy color: '#B00BAB'

red 176 ◦ green 11 ◦ blue 171

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

Shades of Deep Magenta #B00BAB

Tints of Deep Magenta #B00BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.07%

 BLUE value IS 171 (67.19% from 255) = 47.77%

R = 49.16%
G = 3.07%
B = 47.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B00BAB (or 0xB00BAB) is known color: Deep Magenta. HEX triplet: B0, 0B and AB. RGB value is (176,11,171). Sum of RGB (Red+Green+Blue) = 176+11+171=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B00BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00BAB is #4FF454. Grayscale: #4E4E4E. Windows color (decimal): -5239893 or 11209648. OLE color: 11209648.

HSL color Cylindrical-coordinate representation of color #B00BAB: hue angle of 301.82º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00BAB is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 11 171 -
CMYK 0 0.94 0.03 0.31
HSL 301.82º 0.88% 0.37% -
HSV(B) 301.82º 0.94% 0.69% -
XYZ 25.37 12.41 39.59 -
YUV 78.58 180.16 197.49 -
System Red Green Blue C M Y K H S L
Decimal 176 11 171 0 0.94 0.03 0.31 301.82 0.88 0.37
Hex B0 B AB 0 5E 3 1F 12E 58 25
Octal 260 13 253 0 136 3 37 456 130 45
Binary 10110000 1011 10101011 0 1011110 11 11111 100101110 1011000 100101

Color Harmonies of #B00BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00BAB

Black with #B00BAB

Text Example


Text Example

White with #B00BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00BAB; }

 p { color: rgb(176,11,171); }

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

background-color css

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

 a { background-color: rgb(176,11,171); }

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

border-color css

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

 span { border-color: rgb(176,11,171); }

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