Html Css Color HEX #B559AA Violet Blue

📋 copy color: '#B559AA'

red 181 ◦ green 89 ◦ blue 170

#B559AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #B559AA

Tints of Violet Blue #B559AA

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.8% from 255) = 38.64%

R = 41.14%
G = 20.23%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B559AA (or 0xB559AA) is known color: 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

RGB 181 89 170 -
CMYK 0 0.51 0.06 0.29
HSL 307.17º 0.38% 0.53% -
HSV(B) 307.17º 0.51% 0.71% -
XYZ 29.88 19.87 40.29 -
YUV 125.74 152.98 167.41 -
System Red Green Blue C M Y K H S L
Decimal 181 89 170 0 0.51 0.06 0.29 307.17 0.38 0.53
Hex B5 59 AA 0 33 6 1D 133 26 35
Octal 265 131 252 0 63 6 35 463 46 65
Binary 10110101 1011001 10101010 0 110011 110 11101 100110011 100110 110101

Color Harmonies of #B559AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B559AA

Black with #B559AA

Text Example


Text Example

White with #B559AA

Text Example


Text Example

HTML Codes & Css Web 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>