#B0529E

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

Shades of Violet Blue #B0529E

Tints of Violet Blue #B0529E

Color information

#B0529E (or 0xB0529E) is unknown color: approx Violet Blue. HEX triplet: B0, 52 and 9E. RGB value is (176,82,158). Sum of RGB (Red+Green+Blue) = 176+82+158=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0529E is #4FAD61. Grayscale: #767676. Windows color (decimal): -5221730 or 10375856. OLE color: 10375856.

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

Color convert

RGB17682158-
CMYK00.530.100.31
HSL311.49º37.3%50.59%-
HSV(B)311.49º53.41%69.02%-
XYZ27.0917.7334.34-
YUV118.77150.14168.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.31%
GREEN value IS 82 (32.42% from 255) = 19.71%
BLUE value IS 158 (62.11% from 255) = 37.98%
R=42.31%
G=19.71%
B=37.98%

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
Decimal1768215800.530.100.31311.4937.350.59
HexB0529E035A1F1372533
Octal26012223606512374674563
Binary101100001010010100111100110101101011111100110111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0529E; }

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

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

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

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

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

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

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

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