#B54BA4

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

Shades of Violet Blue #B54BA4

Tints of Violet Blue #B54BA4

Color information

#B54BA4 (or 0xB54BA4) is unknown color: approx Violet Blue. HEX triplet: B5, 4B and A4. RGB value is (181,75,164). Sum of RGB (Red+Green+Blue) = 181+75+164=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B54BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54BA4 is #4AB45B. Grayscale: #747474. Windows color (decimal): -4895836 or 10767285. OLE color: 10767285.

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

Color convert

RGB18175164-
CMYK00.590.090.29
HSL309.62º41.73%50.2%-
HSV(B)309.62º58.56%70.98%-
XYZ28.2717.5437.02-
YUV116.84154.62173.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 75 (29.69% from 255) = 17.86%
BLUE value IS 164 (64.45% from 255) = 39.05%
R=43.10%
G=17.86%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817516400.590.090.29309.6241.7350.2
HexB54BA403B91D1362a32
Octal26511324407311354665262
Binary101101011001011101001000111011100111101100110110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54BA4; }

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

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

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

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

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

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

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

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