#BC10CA

Color #BC10CA Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BC10CA

Tints of Deep Magenta #BC10CA

Color information

#BC10CA (or 0xBC10CA) is unknown color: approx Deep Magenta. HEX triplet: BC, 10 and CA. RGB value is (188,16,202). Sum of RGB (Red+Green+Blue) = 188+16+202=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC10CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC10CA is #43EF35. Grayscale: #585858. Windows color (decimal): -4452150 or 13242556. OLE color: 13242556.

HSL color Cylindrical-coordinate representation of color #BC10CA: hue angle of 295.48º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC10CA is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18816202-
CMYK0.070.9200.21
HSL295.48º85.32%42.75%-
HSV(B)295.48º92.08%79.22%-
XYZ31.5815.3357.17-
YUV88.63191.98198.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.31%
GREEN value IS 16 (6.64% from 255) = 3.94%
BLUE value IS 202 (79.30% from 255) = 49.75%
R=46.31%
G=3.94%
B=49.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188162020.070.9200.21295.4885.3242.75
HexBC10CA75C015127552b
Octal27420312713402544712553
Binary10111100100001100101011110111000101011001001111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC10CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC10CA; }

 p { color: rgb(188,16,202); }

 H1.HeaderClassName
 {
   color: #BC10CA;
 }
 .AnyTagClassName
 {
   color: #BC10CA;
 }
</style>
background-color css

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

 a { background-color: rgb(188,16,202); }

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

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

 span { border-color: rgb(188,16,202); }

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