#B3519D

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

Shades of Violet Blue #B3519D

Tints of Violet Blue #B3519D

Color information

#B3519D (or 0xB3519D) is unknown color: approx Violet Blue. HEX triplet: B3, 51 and 9D. RGB value is (179,81,157). Sum of RGB (Red+Green+Blue) = 179+81+157=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B3519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3519D is #4CAE62. Grayscale: #767676. Windows color (decimal): -5025379 or 10310067. OLE color: 10310067.

HSL color Cylindrical-coordinate representation of color #B3519D: hue angle of 313.47º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B3519D is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB17981157-
CMYK00.550.120.30
HSL313.47º39.2%50.98%-
HSV(B)313.47º54.75%70.2%-
XYZ27.6217.933.9-
YUV118.97149.47170.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.93%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 157 (61.72% from 255) = 37.65%
R=42.93%
G=19.42%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798115700.550.120.30313.4739.250.98
HexB3519D037C1E1392733
Octal26312123506714364714763
Binary101100111010001100111010110111110011110100111001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3519D; }

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

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

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

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

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

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

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

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