#B210DD

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

Shades of Dark Violet #B210DD

Tints of Dark Violet #B210DD

Color information

#B210DD (or 0xB210DD) is unknown color: approx Dark Violet. HEX triplet: B2, 10 and DD. RGB value is (178,16,221). Sum of RGB (Red+Green+Blue) = 178+16+221=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #B210DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B210DD is #4DEF22. Grayscale: #575757. Windows color (decimal): -5107491 or 14487730. OLE color: 14487730.

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

Color convert

RGB17816221-
CMYK0.190.9300.13
HSL287.41º86.5%46.47%-
HSV(B)287.41º92.76%86.67%-
XYZ31.615.0669.65-
YUV87.81203.17192.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.89%
GREEN value IS 16 (6.64% from 255) = 3.86%
BLUE value IS 221 (86.72% from 255) = 53.25%
R=42.89%
G=3.86%
B=53.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal178162210.190.9300.13287.4186.546.47
HexB210DD135D0D11f562e
Octal262203352313501543712656
Binary101100101000011011101100111011101011011000111111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B210DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B210DD; }

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

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

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

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

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

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

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

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