Html Css Color HEX #BC0CA8 Deep Magenta

📋 copy color: '#BC0CA8'

red 188 ◦ green 12 ◦ blue 168

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

Shades of Deep Magenta #BC0CA8

Tints of Deep Magenta #BC0CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 45.65%

R = 51.09%
G = 3.26%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC0CA8 (or 0xBC0CA8) is known color: Deep Magenta. HEX triplet: BC, 0C and A8. RGB value is (188,12,168). Sum of RGB (Red+Green+Blue) = 188+12+168=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 168 (66.02% from 255 or 45.65% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0CA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0CA8 is #43F357. Grayscale: #515151. Windows color (decimal): -4453208 or 11013308. OLE color: 11013308.

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

Color convert

RGB 188 12 168 -
CMYK 0 0.94 0.11 0.26
HSL 306.82º 0.88% 0.39% -
HSV(B) 306.82º 0.94% 0.74% -
XYZ 27.94 13.78 38.23 -
YUV 82.41 176.31 203.32 -
System Red Green Blue C M Y K H S L
Decimal 188 12 168 0 0.94 0.11 0.26 306.82 0.88 0.39
Hex BC C A8 0 5E B 1A 133 58 27
Octal 274 14 250 0 136 13 32 463 130 47
Binary 10111100 1100 10101000 0 1011110 1011 11010 100110011 1011000 100111

Color Harmonies of #BC0CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0CA8

Black with #BC0CA8

Text Example


Text Example

White with #BC0CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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