#B210D9

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

Shades of Dark Violet #B210D9

Tints of Dark Violet #B210D9

Color information

#B210D9 (or 0xB210D9) is unknown color: approx Dark Violet. HEX triplet: B2, 10 and D9. RGB value is (178,16,217). Sum of RGB (Red+Green+Blue) = 178+16+217=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 217 (85.16% from 255 or 52.80% from 411); Max value from RGB is 217 - color contains mainly: blue. Hex color #B210D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B210D9 is #4DEF26. Grayscale: #565656. Windows color (decimal): -5107495 or 14225586. OLE color: 14225586.

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

Color convert

RGB17816217-
CMYK0.180.9300.15
HSL288.36º86.27%45.69%-
HSV(B)288.36º92.63%85.1%-
XYZ31.0714.8566.87-
YUV87.35201.17192.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.31%
GREEN value IS 16 (6.64% from 255) = 3.89%
BLUE value IS 217 (85.16% from 255) = 52.80%
R=43.31%
G=3.89%
B=52.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal178162170.180.9300.15288.3686.2745.69
HexB210D9125D0F120562e
Octal262203312213501744012656
Binary101100101000011011001100101011101011111001000001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B210D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B210D9; }

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

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

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

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

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

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

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

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