Html Css Color HEX #BC0CCC Deep Magenta

📋 copy color: '#BC0CCC'

red 188 ◦ green 12 ◦ blue 204

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

Shades of Deep Magenta #BC0CCC

Tints of Deep Magenta #BC0CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.5%

R = 46.53%
G = 2.97%
B = 50.5%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC0CCC (or 0xBC0CCC) is known color: Deep Magenta. HEX triplet: BC, 0C and CC. RGB value is (188,12,204). Sum of RGB (Red+Green+Blue) = 188+12+204=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC0CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0CCC is #43F333. Grayscale: #555555. Windows color (decimal): -4453172 or 13372604. OLE color: 13372604.

HSL color Cylindrical-coordinate representation of color #BC0CCC: hue angle of 295º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0CCC is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 12 204 -
CMYK 0.08 0.94 0 0.2
HSL 295º 0.89% 0.42% -
HSV(B) 295º 0.94% 0.8% -
XYZ 31.77 15.31 58.41 -
YUV 86.51 194.31 200.39 -
System Red Green Blue C M Y K H S L
Decimal 188 12 204 0.08 0.94 0 0.2 295 0.89 0.42
Hex BC C CC 8 5E 0 14 127 59 2A
Octal 274 14 314 10 136 0 24 447 131 52
Binary 10111100 1100 11001100 1000 1011110 0 10100 100100111 1011001 101010

Color Harmonies of #BC0CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0CCC

Black with #BC0CCC

Text Example


Text Example

White with #BC0CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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