#B0519D

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

Shades of Violet Blue #B0519D

Tints of Violet Blue #B0519D

Color information

#B0519D (or 0xB0519D) is unknown color: approx Violet Blue. HEX triplet: B0, 51 and 9D. RGB value is (176,81,157). Sum of RGB (Red+Green+Blue) = 176+81+157=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0519D is #4FAE62. Grayscale: #757575. Windows color (decimal): -5221987 or 10310064. OLE color: 10310064.

HSL color Cylindrical-coordinate representation of color #B0519D: hue angle of 312º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0519D is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17681157-
CMYK00.540.110.31
HSL312º37.55%50.39%-
HSV(B)312º53.98%69.02%-
XYZ26.9317.5533.87-
YUV118.07149.97169.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 81 (32.03% from 255) = 19.57%
BLUE value IS 157 (61.72% from 255) = 37.92%
R=42.51%
G=19.57%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768115700.540.110.3131237.5550.39
HexB0519D036B1F1382632
Octal26012123506613374704662
Binary101100001010001100111010110110101111111100111000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0519D; }

 p { color: rgb(176,81,157); }

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

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

 a { background-color: rgb(176,81,157); }

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

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

 span { border-color: rgb(176,81,157); }

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