#BC0BDC

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

Shades of Deep Magenta #BC0BDC

Tints of Deep Magenta #BC0BDC

Color information

#BC0BDC (or 0xBC0BDC) is unknown color: approx Deep Magenta. HEX triplet: BC, 0B and DC. RGB value is (188,11,220). Sum of RGB (Red+Green+Blue) = 188+11+220=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 11 (4.69% from 255 or 2.63% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC0BDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0BDC is #43F423. Grayscale: #575757. Windows color (decimal): -4453412 or 14420924. OLE color: 14420924.

HSL color Cylindrical-coordinate representation of color #BC0BDC: hue angle of 290.81º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0BDC is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18811220-
CMYK0.150.9500.14
HSL290.81º90.48%45.29%-
HSV(B)290.81º95%86.27%-
XYZ33.7816.169.04-
YUV87.75202.64199.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 11 (4.69% from 255) = 2.63%
BLUE value IS 220 (86.33% from 255) = 52.51%
R=44.87%
G=2.63%
B=52.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal188112200.150.9500.14290.8190.4845.29
HexBCBDCF5F0E1235a2d
Octal274133341713701644313255
Binary1011110010111101110011111011111011101001000111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0BDC; }

 p { color: rgb(188,11,220); }

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

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

 a { background-color: rgb(188,11,220); }

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

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

 span { border-color: rgb(188,11,220); }

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