#B005D2

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

Shades of Dark Violet #B005D2

Tints of Dark Violet #B005D2

Color information

#B005D2 (or 0xB005D2) is unknown color: approx Dark Violet. HEX triplet: B0, 05 and D2. RGB value is (176,5,210). Sum of RGB (Red+Green+Blue) = 176+5+210=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 210 (82.42% from 255 or 53.71% from 391); Max value from RGB is 210 - color contains mainly: blue. Hex color #B005D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B005D2 is #4FFA2D. Grayscale: #4E4E4E. Windows color (decimal): -5241390 or 13764016. OLE color: 13764016.

HSL color Cylindrical-coordinate representation of color #B005D2: hue angle of 290.05º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B005D2 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1765210-
CMYK0.160.9800.18
HSL290.05º95.35%42.16%-
HSV(B)290.05º97.62%82.35%-
XYZ29.5913.9962.11-
YUV79.5201.65196.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 5 (2.34% from 255) = 1.28%
BLUE value IS 210 (82.42% from 255) = 53.71%
R=45.01%
G=1.28%
B=53.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal17652100.160.9800.18290.0595.3542.16
HexB05D210620121225f2a
Octal26053222014202244213752
Binary10110000101110100101000011000100100101001000101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B005D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B005D2; }

 p { color: rgb(176,5,210); }

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

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

 a { background-color: rgb(176,5,210); }

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

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

 span { border-color: rgb(176,5,210); }

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