#B0539F

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

Shades of Violet Blue #B0539F

Tints of Violet Blue #B0539F

Color information

#B0539F (or 0xB0539F) is unknown color: approx Violet Blue. HEX triplet: B0, 53 and 9F. RGB value is (176,83,159). Sum of RGB (Red+Green+Blue) = 176+83+159=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0539F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0539F is #4FAC60. Grayscale: #777777. Windows color (decimal): -5221473 or 10441648. OLE color: 10441648.

HSL color Cylindrical-coordinate representation of color #B0539F: hue angle of 310.97º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0539F is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB17683159-
CMYK00.530.100.31
HSL310.97º37.05%50.78%-
HSV(B)310.97º52.84%69.02%-
XYZ27.2617.9234.82-
YUV119.47150.31168.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 83 (32.81% from 255) = 19.86%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=42.11%
G=19.86%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768315900.530.100.31310.9737.0550.78
HexB0539F035A1F1372533
Octal26012323706512374674563
Binary101100001010011100111110110101101011111100110111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0539F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0539F; }

 p { color: rgb(176,83,159); }

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

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

 a { background-color: rgb(176,83,159); }

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

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

 span { border-color: rgb(176,83,159); }

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