#B0559B

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

Shades of Violet Blue #B0559B

Tints of Violet Blue #B0559B

Color information

#B0559B (or 0xB0559B) is unknown color: approx Violet Blue. HEX triplet: B0, 55 and 9B. RGB value is (176,85,155). Sum of RGB (Red+Green+Blue) = 176+85+155=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0559B is #4FAA64. Grayscale: #777777. Windows color (decimal): -5220965 or 10180016. OLE color: 10180016.

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

Color convert

RGB17685155-
CMYK00.520.120.31
HSL313.85º36.55%51.18%-
HSV(B)313.85º51.7%69.02%-
XYZ27.0718.0933.08-
YUV120.19147.65167.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.31%
GREEN value IS 85 (33.59% from 255) = 20.43%
BLUE value IS 155 (60.94% from 255) = 37.26%
R=42.31%
G=20.43%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768515500.520.120.31313.8536.5551.18
HexB0559B034C1F13a2533
Octal26012523306414374724563
Binary101100001010101100110110110100110011111100111010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0559B; }

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

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

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

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

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

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

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

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