#B549A5

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

Shades of Violet Blue #B549A5

Tints of Violet Blue #B549A5

Color information

#B549A5 (or 0xB549A5) is unknown color: approx Violet Blue. HEX triplet: B5, 49 and A5. RGB value is (181,73,165). Sum of RGB (Red+Green+Blue) = 181+73+165=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B549A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B549A5 is #4AB65A. Grayscale: #737373. Windows color (decimal): -4896347 or 10832309. OLE color: 10832309.

HSL color Cylindrical-coordinate representation of color #B549A5: hue angle of 308.89º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B549A5 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18173165-
CMYK00.600.090.29
HSL308.89º42.52%49.8%-
HSV(B)308.89º59.67%70.98%-
XYZ28.2317.3137.45-
YUV115.78155.78174.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.20%
GREEN value IS 73 (28.91% from 255) = 17.42%
BLUE value IS 165 (64.84% from 255) = 39.38%
R=43.20%
G=17.42%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817316500.600.090.29308.8942.5249.8
HexB549A503C91D1352b32
Octal26511124507411354655362
Binary101101011001001101001010111100100111101100110101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B549A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B549A5; }

 p { color: rgb(181,73,165); }

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

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

 a { background-color: rgb(181,73,165); }

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

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

 span { border-color: rgb(181,73,165); }

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