#B211DD

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

Shades of Dark Violet #B211DD

Tints of Dark Violet #B211DD

Color information

#B211DD (or 0xB211DD) is unknown color: approx Dark Violet. HEX triplet: B2, 11 and DD. RGB value is (178,17,221). Sum of RGB (Red+Green+Blue) = 178+17+221=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #B211DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B211DD is #4DEE22. Grayscale: #575757. Windows color (decimal): -5107235 or 14487986. OLE color: 14487986.

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

Color convert

RGB17817221-
CMYK0.190.9200.13
HSL287.35º85.71%46.67%-
HSV(B)287.35º92.31%86.67%-
XYZ31.6115.0969.65-
YUV88.4202.84191.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.79%
GREEN value IS 17 (7.03% from 255) = 4.09%
BLUE value IS 221 (86.72% from 255) = 53.12%
R=42.79%
G=4.09%
B=53.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal178172210.190.9200.13287.3585.7146.67
HexB211DD135C0D11f562f
Octal262213352313401543712657
Binary101100101000111011101100111011100011011000111111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B211DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B211DD; }

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

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

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

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

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

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

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

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