#B459A0

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

Shades of Violet Blue #B459A0

Tints of Violet Blue #B459A0

Color information

#B459A0 (or 0xB459A0) is unknown color: approx Violet Blue. HEX triplet: B4, 59 and A0. RGB value is (180,89,160). Sum of RGB (Red+Green+Blue) = 180+89+160=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B459A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B459A0 is #4BA65F. Grayscale: #7C7C7C. Windows color (decimal): -4957792 or 10508724. OLE color: 10508724.

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

Color convert

RGB18089160-
CMYK00.510.110.29
HSL313.19º37.76%52.75%-
HSV(B)313.19º50.56%70.59%-
XYZ28.7419.3935.48-
YUV124.3148.15167.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 89 (35.16% from 255) = 20.75%
BLUE value IS 160 (62.89% from 255) = 37.30%
R=41.96%
G=20.75%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808916000.510.110.29313.1937.7652.75
HexB459A0033B1D1392635
Octal26413124006313354714665
Binary101101001011001101000000110011101111101100111001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B459A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B459A0; }

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

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

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

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

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

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

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

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