#B011DD

Color #B011DD Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #B011DD

Tints of Dark Violet #B011DD

Color information

#B011DD (or 0xB011DD) is unknown color: approx Dark Violet. HEX triplet: B0, 11 and DD. RGB value is (176,17,221). Sum of RGB (Red+Green+Blue) = 176+17+221=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #B011DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B011DD is #4FEE22. Grayscale: #575757. Windows color (decimal): -5238307 or 14487984. OLE color: 14487984.

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

Color convert

RGB17617221-
CMYK0.200.9200.13
HSL286.76º85.71%46.67%-
HSV(B)286.76º92.31%86.67%-
XYZ31.1614.8569.63-
YUV87.8203.18190.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 17 (7.03% from 255) = 4.11%
BLUE value IS 221 (86.72% from 255) = 53.38%
R=42.51%
G=4.11%
B=53.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176172210.200.9200.13286.7685.7146.67
HexB011DD145C0D11f562f
Octal260213352413401543712657
Binary101100001000111011101101001011100011011000111111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B011DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B011DD; }

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

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

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

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

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

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

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

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