#B0559D

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

Shades of Violet Blue #B0559D

Tints of Violet Blue #B0559D

Color information

#B0559D (or 0xB0559D) is unknown color: approx Violet Blue. HEX triplet: B0, 55 and 9D. RGB value is (176,85,157). Sum of RGB (Red+Green+Blue) = 176+85+157=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0559D is #4FAA62. Grayscale: #787878. Windows color (decimal): -5220963 or 10311088. OLE color: 10311088.

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

Color convert

RGB17685157-
CMYK00.520.110.31
HSL312.53º36.55%51.18%-
HSV(B)312.53º51.7%69.02%-
XYZ27.2418.1633.97-
YUV120.42148.65167.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 85 (33.59% from 255) = 20.33%
BLUE value IS 157 (61.72% from 255) = 37.56%
R=42.11%
G=20.33%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768515700.520.110.31312.5336.5551.18
HexB0559D034B1F1392533
Octal26012523506413374714563
Binary101100001010101100111010110100101111111100111001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0559D; }

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

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

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

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

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

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

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

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