Html Css Color HEX #B00BAC Deep Magenta

📋 copy color: '#B00BAC'

red 176 ◦ green 11 ◦ blue 172

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

Shades of Deep Magenta #B00BAC

Tints of Deep Magenta #B00BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.91%

R = 49.03%
G = 3.06%
B = 47.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B00BAC (or 0xB00BAC) is known color: Deep Magenta. HEX triplet: B0, 0B and AC. RGB value is (176,11,172). Sum of RGB (Red+Green+Blue) = 176+11+172=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B00BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00BAC is #4FF453. Grayscale: #4E4E4E. Windows color (decimal): -5239892 or 11275184. OLE color: 11275184.

HSL color Cylindrical-coordinate representation of color #B00BAC: hue angle of 301.45º 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 #B00BAC is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 11 172 -
CMYK 0 0.94 0.02 0.31
HSL 301.45º 0.88% 0.37% -
HSV(B) 301.45º 0.94% 0.69% -
XYZ 25.47 12.45 40.09 -
YUV 78.69 180.66 197.41 -
System Red Green Blue C M Y K H S L
Decimal 176 11 172 0 0.94 0.02 0.31 301.45 0.88 0.37
Hex B0 B AC 0 5E 2 1F 12D 58 25
Octal 260 13 254 0 136 2 37 455 130 45
Binary 10110000 1011 10101100 0 1011110 10 11111 100101101 1011000 100101

Color Harmonies of #B00BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00BAC

Black with #B00BAC

Text Example


Text Example

White with #B00BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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