Html Css Color HEX #B559A1 Violet Blue

📋 copy color: '#B559A1'

red 181 ◦ green 89 ◦ blue 161

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

Shades of Violet Blue #B559A1

Tints of Violet Blue #B559A1

RGB

 RED value IS 181 (71.09% from 255) = 42%

 GREEN value IS 89 (35.16% from 255) = 20.65%

 BLUE value IS 161 (63.28% from 255) = 37.35%

R = 42%
G = 20.65%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B559A1 (or 0xB559A1) is known color: Violet Blue. HEX triplet: B5, 59 and A1. RGB value is (181,89,161). Sum of RGB (Red+Green+Blue) = 181+89+161=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B559A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B559A1 is #4AA65E. Grayscale: #7C7C7C. Windows color (decimal): -4892255 or 10574261. OLE color: 10574261.

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

Color convert

RGB 181 89 161 -
CMYK 0 0.51 0.11 0.29
HSL 313.04º 0.38% 0.53% -
HSV(B) 313.04º 0.51% 0.71% -
XYZ 29.06 19.54 35.96 -
YUV 124.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 181 89 161 0 0.51 0.11 0.29 313.04 0.38 0.53
Hex B5 59 A1 0 33 B 1D 139 26 35
Octal 265 131 241 0 63 13 35 471 46 65
Binary 10110101 1011001 10100001 0 110011 1011 11101 100111001 100110 110101

Color Harmonies of #B559A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B559A1

Black with #B559A1

Text Example


Text Example

White with #B559A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B559A1; }

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

 H1.HeaderClassName
 {
   color: #B559A1;
 }
 .AnyTagClassName
 {
   color: #B559A1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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