#B54AA2

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

Shades of Violet Blue #B54AA2

Tints of Violet Blue #B54AA2

Color information

#B54AA2 (or 0xB54AA2) is unknown color: approx Violet Blue. HEX triplet: B5, 4A and A2. RGB value is (181,74,162). Sum of RGB (Red+Green+Blue) = 181+74+162=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B54AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54AA2 is #4AB55D. Grayscale: #737373. Windows color (decimal): -4896094 or 10635957. OLE color: 10635957.

HSL color Cylindrical-coordinate representation of color #B54AA2: hue angle of 310.65º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54AA2 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB18174162-
CMYK00.590.100.29
HSL310.65º41.96%50%-
HSV(B)310.65º59.12%70.98%-
XYZ28.0317.3336.05-
YUV116.02153.95174.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.41%
GREEN value IS 74 (29.30% from 255) = 17.75%
BLUE value IS 162 (63.67% from 255) = 38.85%
R=43.41%
G=17.75%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817416200.590.100.29310.6541.9650
HexB54AA203BA1D1372a32
Octal26511224207312354675262
Binary101101011001010101000100111011101011101100110111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54AA2; }

 p { color: rgb(181,74,162); }

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

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

 a { background-color: rgb(181,74,162); }

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

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

 span { border-color: rgb(181,74,162); }

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