#B2559F

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

Shades of Violet Blue #B2559F

Tints of Violet Blue #B2559F

Color information

#B2559F (or 0xB2559F) is unknown color: approx Violet Blue. HEX triplet: B2, 55 and 9F. RGB value is (178,85,159). Sum of RGB (Red+Green+Blue) = 178+85+159=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B2559F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2559F is #4DAA60. Grayscale: #797979. Windows color (decimal): -5089889 or 10442162. OLE color: 10442162.

HSL color Cylindrical-coordinate representation of color #B2559F: hue angle of 312.26º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2559F is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB17885159-
CMYK00.520.110.30
HSL312.26º37.65%51.57%-
HSV(B)312.26º52.25%69.8%-
XYZ27.8718.4734.9-
YUV121.24149.31168.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 85 (33.59% from 255) = 20.14%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=42.18%
G=20.14%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788515900.520.110.30312.2637.6551.57
HexB2559F034B1E1382634
Octal26212523706413364704664
Binary101100101010101100111110110100101111110100111000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2559F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2559F; }

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

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

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

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

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

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

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

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