Html Css Color HEX #B00CAC Deep Magenta

📋 copy color: '#B00CAC'

red 176 ◦ green 12 ◦ blue 172

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

Shades of Deep Magenta #B00CAC

Tints of Deep Magenta #B00CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.33%

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

R = 48.89%
G = 3.33%
B = 47.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B00CAC (or 0xB00CAC) is known color: Deep Magenta. HEX triplet: B0, 0C and AC. RGB value is (176,12,172). Sum of RGB (Red+Green+Blue) = 176+12+172=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B00CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00CAC is #4FF353. Grayscale: #4E4E4E. Windows color (decimal): -5239636 or 11275440. OLE color: 11275440.

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

Color convert

RGB 176 12 172 -
CMYK 0 0.93 0.02 0.31
HSL 301.46º 0.87% 0.37% -
HSV(B) 301.46º 0.93% 0.69% -
XYZ 25.48 12.47 40.09 -
YUV 79.28 180.33 196.99 -
System Red Green Blue C M Y K H S L
Decimal 176 12 172 0 0.93 0.02 0.31 301.46 0.87 0.37
Hex B0 C AC 0 5D 2 1F 12D 57 25
Octal 260 14 254 0 135 2 37 455 127 45
Binary 10110000 1100 10101100 0 1011101 10 11111 100101101 1010111 100101

Color Harmonies of #B00CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00CAC

Black with #B00CAC

Text Example


Text Example

White with #B00CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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