#BB1EDC

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

Shades of Deep Magenta #BB1EDC

Tints of Deep Magenta #BB1EDC

Color information

#BB1EDC (or 0xBB1EDC) is unknown color: approx Deep Magenta. HEX triplet: BB, 1E and DC. RGB value is (187,30,220). Sum of RGB (Red+Green+Blue) = 187+30+220=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB1EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1EDC is #44E123. Grayscale: #626262. Windows color (decimal): -4514084 or 14425787. OLE color: 14425787.

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

Color convert

RGB18730220-
CMYK0.150.8600.14
HSL289.58º76%49.02%-
HSV(B)289.58º86.36%86.27%-
XYZ33.8816.6669.14-
YUV98.6196.51191.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.79%
GREEN value IS 30 (12.11% from 255) = 6.86%
BLUE value IS 220 (86.33% from 255) = 50.34%
R=42.79%
G=6.86%
B=50.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal187302200.150.8600.14289.587649.02
HexBB1EDCF560E1224c31
Octal273363341712601644211461
Binary10111011111101101110011111010110011101001000101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1EDC; }

 p { color: rgb(187,30,220); }

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

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

 a { background-color: rgb(187,30,220); }

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

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

 span { border-color: rgb(187,30,220); }

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