#B559A4

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

Shades of Violet Blue #B559A4

Tints of Violet Blue #B559A4

Color information

#B559A4 (or 0xB559A4) is unknown color: approx Violet Blue. HEX triplet: B5, 59 and A4. RGB value is (181,89,164). Sum of RGB (Red+Green+Blue) = 181+89+164=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B559A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B559A4 is #4AA65B. Grayscale: #7C7C7C. Windows color (decimal): -4892252 or 10770869. OLE color: 10770869.

HSL color Cylindrical-coordinate representation of color #B559A4: hue angle of 311.09º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B559A4 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18189164-
CMYK00.510.090.29
HSL311.09º38.33%52.94%-
HSV(B)311.09º50.83%70.98%-
XYZ29.3319.6537.37-
YUV125.06149.98167.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 89 (35.16% from 255) = 20.51%
BLUE value IS 164 (64.45% from 255) = 37.79%
R=41.71%
G=20.51%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818916400.510.090.29311.0938.3352.94
HexB559A403391D1372635
Octal26513124406311354674665
Binary101101011011001101001000110011100111101100110111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B559A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B559A4; }

 p { color: rgb(181,89,164); }

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

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

 a { background-color: rgb(181,89,164); }

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

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

 span { border-color: rgb(181,89,164); }

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