Html Css Color HEX #BC0CAC Deep Magenta

📋 copy color: '#BC0CAC'

red 188 ◦ green 12 ◦ blue 172

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

Shades of Deep Magenta #BC0CAC

Tints of Deep Magenta #BC0CAC

RGB

 RED value IS 188 (73.83% from 255) = 50.54%

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

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

R = 50.54%
G = 3.23%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC0CAC (or 0xBC0CAC) is known color: Deep Magenta. HEX triplet: BC, 0C and AC. RGB value is (188,12,172). Sum of RGB (Red+Green+Blue) = 188+12+172=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0CAC is #43F353. Grayscale: #525252. Windows color (decimal): -4453204 or 11275452. OLE color: 11275452.

HSL color Cylindrical-coordinate representation of color #BC0CAC: hue angle of 305.45º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0CAC is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 12 172 -
CMYK 0 0.94 0.09 0.26
HSL 305.45º 0.88% 0.39% -
HSV(B) 305.45º 0.94% 0.74% -
XYZ 28.32 13.93 40.23 -
YUV 82.86 178.31 202.99 -
System Red Green Blue C M Y K H S L
Decimal 188 12 172 0 0.94 0.09 0.26 305.45 0.88 0.39
Hex BC C AC 0 5E 9 1A 131 58 27
Octal 274 14 254 0 136 11 32 461 130 47
Binary 10111100 1100 10101100 0 1011110 1001 11010 100110001 1011000 100111

Color Harmonies of #BC0CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0CAC

Black with #BC0CAC

Text Example


Text Example

White with #BC0CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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