#B005D8

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

Shades of Dark Violet #B005D8

Tints of Dark Violet #B005D8

Color information

#B005D8 (or 0xB005D8) is unknown color: approx Dark Violet. HEX triplet: B0, 05 and D8. RGB value is (176,5,216). Sum of RGB (Red+Green+Blue) = 176+5+216=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 216 (84.77% from 255 or 54.41% from 397); Max value from RGB is 216 - color contains mainly: blue. Hex color #B005D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B005D8 is #4FFA27. Grayscale: #4F4F4F. Windows color (decimal): -5241384 or 14157232. OLE color: 14157232.

HSL color Cylindrical-coordinate representation of color #B005D8: hue angle of 288.63º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B005D8 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1765216-
CMYK0.190.9800.15
HSL288.63º95.48%43.33%-
HSV(B)288.63º97.69%84.71%-
XYZ30.3514.366.13-
YUV80.18204.65196.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.33%
GREEN value IS 5 (2.34% from 255) = 1.26%
BLUE value IS 216 (84.77% from 255) = 54.41%
R=44.33%
G=1.26%
B=54.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal17652160.190.9800.15288.6395.4843.33
HexB05D813620F1215f2b
Octal26053302314201744113753
Binary1011000010111011000100111100010011111001000011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B005D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B005D8; }

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

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

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

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

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

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

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

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