#B547A5

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

Shades of Violet Blue #B547A5

Tints of Violet Blue #B547A5

Color information

#B547A5 (or 0xB547A5) is unknown color: approx Violet Blue. HEX triplet: B5, 47 and A5. RGB value is (181,71,165). Sum of RGB (Red+Green+Blue) = 181+71+165=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B547A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B547A5 is #4AB85A. Grayscale: #727272. Windows color (decimal): -4896859 or 10831797. OLE color: 10831797.

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

Color convert

RGB18171165-
CMYK00.610.090.29
HSL308.73º43.65%49.41%-
HSV(B)308.73º60.77%70.98%-
XYZ28.117.0537.41-
YUV114.61156.44175.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.41%
GREEN value IS 71 (28.12% from 255) = 17.03%
BLUE value IS 165 (64.84% from 255) = 39.57%
R=43.41%
G=17.03%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817116500.610.090.29308.7343.6549.41
HexB547A503D91D1352c31
Octal26510724507511354655461
Binary101101011000111101001010111101100111101100110101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B547A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B547A5; }

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

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

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

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

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

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

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

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