#B059A0

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

Shades of Violet Blue #B059A0

Tints of Violet Blue #B059A0

Color information

#B059A0 (or 0xB059A0) is unknown color: approx Violet Blue. HEX triplet: B0, 59 and A0. RGB value is (176,89,160). Sum of RGB (Red+Green+Blue) = 176+89+160=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B059A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B059A0 is #4FA65F. Grayscale: #7A7A7A. Windows color (decimal): -5219936 or 10508720. OLE color: 10508720.

HSL color Cylindrical-coordinate representation of color #B059A0: hue angle of 311.03º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B059A0 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17689160-
CMYK00.490.090.31
HSL311.03º35.51%51.96%-
HSV(B)311.03º49.43%69.02%-
XYZ27.8218.9135.44-
YUV123.11148.82165.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.41%
GREEN value IS 89 (35.16% from 255) = 20.94%
BLUE value IS 160 (62.89% from 255) = 37.65%
R=41.41%
G=20.94%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768916000.490.090.31311.0335.5151.96
HexB059A003191F1372434
Octal26013124006111374674464
Binary101100001011001101000000110001100111111100110111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B059A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B059A0; }

 p { color: rgb(176,89,160); }

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

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

 a { background-color: rgb(176,89,160); }

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

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

 span { border-color: rgb(176,89,160); }

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