#BC05D0

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

Shades of Deep Magenta #BC05D0

Tints of Deep Magenta #BC05D0

Color information

#BC05D0 (or 0xBC05D0) is unknown color: approx Deep Magenta. HEX triplet: BC, 05 and D0. RGB value is (188,5,208). Sum of RGB (Red+Green+Blue) = 188+5+208=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC05D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC05D0 is #43FA2F. Grayscale: #525252. Windows color (decimal): -4454960 or 13632956. OLE color: 13632956.

HSL color Cylindrical-coordinate representation of color #BC05D0: hue angle of 294.09º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC05D0 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1885208-
CMYK0.100.9800.18
HSL294.09º95.31%41.76%-
HSV(B)294.09º97.6%81.57%-
XYZ32.1815.3560.94-
YUV82.86198.63202.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.88%
GREEN value IS 5 (2.34% from 255) = 1.25%
BLUE value IS 208 (81.64% from 255) = 51.87%
R=46.88%
G=1.25%
B=51.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal18852080.100.9800.18294.0995.3141.76
HexBC5D0A620121265f2a
Octal27453201214202244613752
Binary1011110010111010000101011000100100101001001101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC05D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC05D0; }

 p { color: rgb(188,5,208); }

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

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

 a { background-color: rgb(188,5,208); }

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

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

 span { border-color: rgb(188,5,208); }

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