#BC0FC2

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

Shades of Deep Magenta #BC0FC2

Tints of Deep Magenta #BC0FC2

Color information

#BC0FC2 (or 0xBC0FC2) is unknown color: approx Deep Magenta. HEX triplet: BC, 0F and C2. RGB value is (188,15,194). Sum of RGB (Red+Green+Blue) = 188+15+194=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 194 (76.17% from 255 or 48.87% from 397); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC0FC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0FC2 is #43F03D. Grayscale: #565656. Windows color (decimal): -4452414 or 12718012. OLE color: 12718012.

HSL color Cylindrical-coordinate representation of color #BC0FC2: hue angle of 297.99º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC0FC2 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18815194-
CMYK0.030.9200.24
HSL297.99º85.65%40.98%-
HSV(B)297.99º92.27%76.08%-
XYZ30.6514.9352.31-
YUV87.13188.31199.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 15 (6.25% from 255) = 3.78%
BLUE value IS 194 (76.17% from 255) = 48.87%
R=47.36%
G=3.78%
B=48.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188151940.030.9200.24297.9985.6540.98
HexBCFC235C01812a5629
Octal27417302313403045212651
Binary101111001111110000101110111000110001001010101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0FC2; }

 p { color: rgb(188,15,194); }

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

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

 a { background-color: rgb(188,15,194); }

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

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

 span { border-color: rgb(188,15,194); }

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