#BC03DF

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

Shades of Deep Magenta #BC03DF

Tints of Deep Magenta #BC03DF

Color information

#BC03DF (or 0xBC03DF) is unknown color: approx Deep Magenta. HEX triplet: BC, 03 and DF. RGB value is (188,3,223). Sum of RGB (Red+Green+Blue) = 188+3+223=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 3 (1.56% from 255 or 0.72% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC03DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC03DF is #43FC20. Grayscale: #525252. Windows color (decimal): -4455457 or 14615484. OLE color: 14615484.

HSL color Cylindrical-coordinate representation of color #BC03DF: hue angle of 290.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC03DF is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1883223-
CMYK0.160.9900.13
HSL290.45º97.35%44.31%-
HSV(B)290.45º98.65%87.45%-
XYZ34.0916.0871.12-
YUV83.4206.79202.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.41%
GREEN value IS 3 (1.56% from 255) = 0.72%
BLUE value IS 223 (87.5% from 255) = 53.86%
R=45.41%
G=0.72%
B=53.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18832230.160.9900.13290.4597.3544.31
HexBC3DF10630D122612c
Octal27433372014301544214154
Binary101111001111011111100001100011011011001000101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC03DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC03DF; }

 p { color: rgb(188,3,223); }

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

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

 a { background-color: rgb(188,3,223); }

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

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

 span { border-color: rgb(188,3,223); }

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