#B454A2

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

Shades of Violet Blue #B454A2

Tints of Violet Blue #B454A2

Color information

#B454A2 (or 0xB454A2) is unknown color: approx Violet Blue. HEX triplet: B4, 54 and A2. RGB value is (180,84,162). Sum of RGB (Red+Green+Blue) = 180+84+162=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B454A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B454A2 is #4BAB5D. Grayscale: #797979. Windows color (decimal): -4959070 or 10638516. OLE color: 10638516.

HSL color Cylindrical-coordinate representation of color #B454A2: hue angle of 311.25º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B454A2 is Cyan = 0, Magento = 0.53, Yellow = 0.1 and Black (K on CMYK) = 0.29.

Color convert

RGB18084162-
CMYK00.530.10.29
HSL311.25º39.02%51.76%-
HSV(B)311.25º53.33%70.59%-
XYZ28.5118.6536.28-
YUV121.6150.8169.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.25%
GREEN value IS 84 (33.20% from 255) = 19.72%
BLUE value IS 162 (63.67% from 255) = 38.03%
R=42.25%
G=19.72%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808416200.530.10.29311.2539.0251.76
HexB454A2035A1D1372734
Octal26412424206512354674764
Binary101101001010100101000100110101101011101100110111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B454A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B454A2; }

 p { color: rgb(180,84,162); }

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

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

 a { background-color: rgb(180,84,162); }

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

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

 span { border-color: rgb(180,84,162); }

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