#B00BD6

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

Shades of Dark Violet #B00BD6

Tints of Dark Violet #B00BD6

Color information

#B00BD6 (or 0xB00BD6) is unknown color: approx Dark Violet. HEX triplet: B0, 0B and D6. RGB value is (176,11,214). Sum of RGB (Red+Green+Blue) = 176+11+214=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 214 (83.98% from 255 or 53.37% from 401); Max value from RGB is 214 - color contains mainly: blue. Hex color #B00BD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00BD6 is #4FF429. Grayscale: #525252. Windows color (decimal): -5239850 or 14027696. OLE color: 14027696.

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

Color convert

RGB17611214-
CMYK0.180.9500.16
HSL288.77º90.22%44.12%-
HSV(B)288.77º94.86%83.92%-
XYZ30.1614.3264.79-
YUV83.48201.66193.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 11 (4.69% from 255) = 2.74%
BLUE value IS 214 (83.98% from 255) = 53.37%
R=43.89%
G=2.74%
B=53.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal176112140.180.9500.16288.7790.2244.12
HexB0BD6125F0101215a2c
Octal260133262213702044113254
Binary101100001011110101101001010111110100001001000011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00BD6; }

 p { color: rgb(176,11,214); }

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

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

 a { background-color: rgb(176,11,214); }

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

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

 span { border-color: rgb(176,11,214); }

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