Html Css Color HEX #BC0CC0 Deep Magenta

📋 copy color: '#BC0CC0'

red 188 ◦ green 12 ◦ blue 192

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

Shades of Deep Magenta #BC0CC0

Tints of Deep Magenta #BC0CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.98%

R = 47.96%
G = 3.06%
B = 48.98%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC0CC0 (or 0xBC0CC0) is known color: Deep Magenta. HEX triplet: BC, 0C and C0. RGB value is (188,12,192). Sum of RGB (Red+Green+Blue) = 188+12+192=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC0CC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0CC0 is #43F33F. Grayscale: #545454. Windows color (decimal): -4453184 or 12586172. OLE color: 12586172.

HSL color Cylindrical-coordinate representation of color #BC0CC0: hue angle of 298.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0CC0 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 12 192 -
CMYK 0.02 0.94 0 0.25
HSL 298.67º 0.88% 0.4% -
HSV(B) 298.67º 0.94% 0.75% -
XYZ 30.38 14.76 51.12 -
YUV 85.14 188.31 201.36 -
System Red Green Blue C M Y K H S L
Decimal 188 12 192 0.02 0.94 0 0.25 298.67 0.88 0.4
Hex BC C C0 2 5E 0 19 12B 58 28
Octal 274 14 300 2 136 0 31 453 130 50
Binary 10111100 1100 11000000 10 1011110 0 11001 100101011 1011000 101000

Color Harmonies of #BC0CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0CC0

Black with #BC0CC0

Text Example


Text Example

White with #BC0CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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