#B911DD

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

Shades of Deep Magenta #B911DD

Tints of Deep Magenta #B911DD

Color information

#B911DD (or 0xB911DD) is unknown color: approx Deep Magenta. HEX triplet: B9, 11 and DD. RGB value is (185,17,221). Sum of RGB (Red+Green+Blue) = 185+17+221=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #B911DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B911DD is #46EE22. Grayscale: #595959. Windows color (decimal): -4648483 or 14487993. OLE color: 14487993.

HSL color Cylindrical-coordinate representation of color #B911DD: hue angle of 289.41º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B911DD is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18517221-
CMYK0.160.9200.13
HSL289.41º85.71%46.67%-
HSV(B)289.41º92.31%86.67%-
XYZ33.2615.9469.73-
YUV90.49201.66195.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 17 (7.03% from 255) = 4.02%
BLUE value IS 221 (86.72% from 255) = 52.25%
R=43.74%
G=4.02%
B=52.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal185172210.160.9200.13289.4185.7146.67
HexB911DD105C0D121562f
Octal271213352013401544112657
Binary101110011000111011101100001011100011011001000011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B911DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B911DD; }

 p { color: rgb(185,17,221); }

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

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

 a { background-color: rgb(185,17,221); }

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

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

 span { border-color: rgb(185,17,221); }

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