#B559AA

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

Shades of Violet Blue #B559AA

Tints of Violet Blue #B559AA

Color information

#B559AA (or 0xB559AA) is unknown color: approx Violet Blue. HEX triplet: B5, 59 and AA. RGB value is (181,89,170). Sum of RGB (Red+Green+Blue) = 181+89+170=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B559AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B559AA is #4AA655. Grayscale: #7D7D7D. Windows color (decimal): -4892246 or 11164085. OLE color: 11164085.

HSL color Cylindrical-coordinate representation of color #B559AA: hue angle of 307.17º 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 #B559AA is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18189170-
CMYK00.510.060.29
HSL307.17º38.33%52.94%-
HSV(B)307.17º50.83%70.98%-
XYZ29.8819.8740.29-
YUV125.74152.98167.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.14%
GREEN value IS 89 (35.16% from 255) = 20.23%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=41.14%
G=20.23%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818917000.510.060.29307.1738.3352.94
HexB559AA03361D1332635
Octal2651312520636354634665
Binary10110101101100110101010011001111011101100110011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B559AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B559AA; }

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

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

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

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

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

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

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

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