#B54BA2

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

Shades of Violet Blue #B54BA2

Tints of Violet Blue #B54BA2

Color information

#B54BA2 (or 0xB54BA2) is unknown color: approx Violet Blue. HEX triplet: B5, 4B and A2. RGB value is (181,75,162). Sum of RGB (Red+Green+Blue) = 181+75+162=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B54BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54BA2 is #4AB45D. Grayscale: #747474. Windows color (decimal): -4895838 or 10636213. OLE color: 10636213.

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

Color convert

RGB18175162-
CMYK00.590.100.29
HSL310.75º41.73%50.2%-
HSV(B)310.75º58.56%70.98%-
XYZ28.0917.4636.07-
YUV116.61153.62173.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 75 (29.69% from 255) = 17.94%
BLUE value IS 162 (63.67% from 255) = 38.76%
R=43.30%
G=17.94%
B=38.76%

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
Decimal1817516200.590.100.29310.7541.7350.2
HexB54BA203BA1D1372a32
Octal26511324207312354675262
Binary101101011001011101000100111011101011101100110111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54BA2; }

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

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

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

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

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

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

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

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