#B0529A

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

Shades of Violet Blue #B0529A

Tints of Violet Blue #B0529A

Color information

#B0529A (or 0xB0529A) is unknown color: approx Violet Blue. HEX triplet: B0, 52 and 9A. RGB value is (176,82,154). Sum of RGB (Red+Green+Blue) = 176+82+154=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B0529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0529A is #4FAD65. Grayscale: #767676. Windows color (decimal): -5221734 or 10113712. OLE color: 10113712.

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

Color convert

RGB17682154-
CMYK00.530.120.31
HSL314.04º37.3%50.59%-
HSV(B)314.04º53.41%69.02%-
XYZ26.7517.632.56-
YUV118.31148.14169.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 82 (32.42% from 255) = 19.90%
BLUE value IS 154 (60.55% from 255) = 37.38%
R=42.72%
G=19.90%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768215400.530.120.31314.0437.350.59
HexB0529A035C1F13a2533
Octal26012223206514374724563
Binary101100001010010100110100110101110011111100111010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0529A; }

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

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

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

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

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

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

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

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