#B0559F

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

Shades of Violet Blue #B0559F

Tints of Violet Blue #B0559F

Color information

#B0559F (or 0xB0559F) is unknown color: approx Violet Blue. HEX triplet: B0, 55 and 9F. RGB value is (176,85,159). Sum of RGB (Red+Green+Blue) = 176+85+159=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B0559F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0559F is #4FAA60. Grayscale: #787878. Windows color (decimal): -5220961 or 10442160. OLE color: 10442160.

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

Color convert

RGB17685159-
CMYK00.520.100.31
HSL311.21º36.55%51.18%-
HSV(B)311.21º51.7%69.02%-
XYZ27.4118.2334.87-
YUV120.64149.65167.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 85 (33.59% from 255) = 20.24%
BLUE value IS 159 (62.5% from 255) = 37.86%
R=41.90%
G=20.24%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768515900.520.100.31311.2136.5551.18
HexB0559F034A1F1372533
Octal26012523706412374674563
Binary101100001010101100111110110100101011111100110111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0559F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0559F; }

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

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

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

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

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

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

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

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