#BC1EB9

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

Shades of Deep Magenta #BC1EB9

Tints of Deep Magenta #BC1EB9

Color information

#BC1EB9 (or 0xBC1EB9) is unknown color: approx Deep Magenta. HEX triplet: BC, 1E and B9. RGB value is (188,30,185). Sum of RGB (Red+Green+Blue) = 188+30+185=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1EB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1EB9 is #43E146. Grayscale: #5E5E5E. Windows color (decimal): -4448583 or 12132028. OLE color: 12132028.

HSL color Cylindrical-coordinate representation of color #BC1EB9: hue angle of 301.14º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1EB9 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB18830185-
CMYK00.840.020.26
HSL301.14º72.48%42.75%-
HSV(B)301.14º84.04%73.73%-
XYZ29.9615.1247.24-
YUV94.91178.85194.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 30 (12.11% from 255) = 7.44%
BLUE value IS 185 (72.66% from 255) = 45.91%
R=46.65%
G=7.44%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883018500.840.020.26301.1472.4842.75
HexBC1EB905421A12d482b
Octal27436271012423245511053
Binary1011110011110101110010101010010110101001011011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1EB9; }

 p { color: rgb(188,30,185); }

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

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

 a { background-color: rgb(188,30,185); }

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

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

 span { border-color: rgb(188,30,185); }

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