#B453A0

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

Shades of Violet Blue #B453A0

Tints of Violet Blue #B453A0

Color information

#B453A0 (or 0xB453A0) is unknown color: approx Violet Blue. HEX triplet: B4, 53 and A0. RGB value is (180,83,160). Sum of RGB (Red+Green+Blue) = 180+83+160=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B453A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B453A0 is #4BAC5F. Grayscale: #787878. Windows color (decimal): -4959328 or 10507188. OLE color: 10507188.

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

Color convert

RGB18083160-
CMYK00.540.110.29
HSL312.37º39.27%51.57%-
HSV(B)312.37º53.89%70.59%-
XYZ28.2618.4335.33-
YUV120.78150.14170.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 83 (32.81% from 255) = 19.62%
BLUE value IS 160 (62.89% from 255) = 37.83%
R=42.55%
G=19.62%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808316000.540.110.29312.3739.2751.57
HexB453A0036B1D1382734
Octal26412324006613354704764
Binary101101001010011101000000110110101111101100111000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B453A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B453A0; }

 p { color: rgb(180,83,160); }

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

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

 a { background-color: rgb(180,83,160); }

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

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

 span { border-color: rgb(180,83,160); }

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