#B0539E

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

Shades of Violet Blue #B0539E

Tints of Violet Blue #B0539E

Color information

#B0539E (or 0xB0539E) is unknown color: approx Violet Blue. HEX triplet: B0, 53 and 9E. RGB value is (176,83,158). Sum of RGB (Red+Green+Blue) = 176+83+158=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0539E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0539E is #4FAC61. Grayscale: #777777. Windows color (decimal): -5221474 or 10376112. OLE color: 10376112.

HSL color Cylindrical-coordinate representation of color #B0539E: hue angle of 311.61º 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 #B0539E is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB17683158-
CMYK00.530.100.31
HSL311.61º37.05%50.78%-
HSV(B)311.61º52.84%69.02%-
XYZ27.1717.8934.37-
YUV119.36149.81168.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 83 (32.81% from 255) = 19.90%
BLUE value IS 158 (62.11% from 255) = 37.89%
R=42.21%
G=19.90%
B=37.89%

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
Decimal1768315800.530.100.31311.6137.0550.78
HexB0539E035A1F1382533
Octal26012323606512374704563
Binary101100001010011100111100110101101011111100111000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0539E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0539E; }

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

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

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

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

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

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

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

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