#B611DD

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

Shades of Deep Magenta #B611DD

Tints of Deep Magenta #B611DD

Color information

#B611DD (or 0xB611DD) is unknown color: approx Deep Magenta. HEX triplet: B6, 11 and DD. RGB value is (182,17,221). Sum of RGB (Red+Green+Blue) = 182+17+221=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #B611DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B611DD is #49EE22. Grayscale: #585858. Windows color (decimal): -4845091 or 14487990. OLE color: 14487990.

HSL color Cylindrical-coordinate representation of color #B611DD: hue angle of 288.53º 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 #B611DD is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18217221-
CMYK0.180.9200.13
HSL288.53º85.71%46.67%-
HSV(B)288.53º92.31%86.67%-
XYZ32.5415.5769.7-
YUV89.59202.16193.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.33%
GREEN value IS 17 (7.03% from 255) = 4.05%
BLUE value IS 221 (86.72% from 255) = 52.62%
R=43.33%
G=4.05%
B=52.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182172210.180.9200.13288.5385.7146.67
HexB611DD125C0D121562f
Octal266213352213401544112657
Binary101101101000111011101100101011100011011001000011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B611DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B611DD; }

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

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

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

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

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

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

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

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