#BC0DAE

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

Shades of Deep Magenta #BC0DAE

Tints of Deep Magenta #BC0DAE

Color information

#BC0DAE (or 0xBC0DAE) is unknown color: approx Deep Magenta. HEX triplet: BC, 0D and AE. RGB value is (188,13,174). Sum of RGB (Red+Green+Blue) = 188+13+174=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0DAE is #43F251. Grayscale: #535353. Windows color (decimal): -4452946 or 11406780. OLE color: 11406780.

HSL color Cylindrical-coordinate representation of color #BC0DAE: hue angle of 304.8º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0DAE is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB18813174-
CMYK00.930.070.26
HSL304.8º87.06%39.41%-
HSV(B)304.8º93.09%73.73%-
XYZ28.5214.0441.25-
YUV83.68178.98202.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.13%
GREEN value IS 13 (5.47% from 255) = 3.47%
BLUE value IS 174 (68.36% from 255) = 46.4%
R=50.13%
G=3.47%
B=46.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881317400.930.070.26304.887.0639.41
HexBCDAE05D71A1315727
Octal27415256013573246112747
Binary1011110011011010111001011101111110101001100011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0DAE; }

 p { color: rgb(188,13,174); }

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

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

 a { background-color: rgb(188,13,174); }

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

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

 span { border-color: rgb(188,13,174); }

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