#B459A5

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

Shades of Violet Blue #B459A5

Tints of Violet Blue #B459A5

Color information

#B459A5 (or 0xB459A5) is unknown color: approx Violet Blue. HEX triplet: B4, 59 and A5. RGB value is (180,89,165). Sum of RGB (Red+Green+Blue) = 180+89+165=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B459A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B459A5 is #4BA65A. Grayscale: #7C7C7C. Windows color (decimal): -4957787 or 10836404. OLE color: 10836404.

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

Color convert

RGB18089165-
CMYK00.510.080.29
HSL309.89º37.76%52.75%-
HSV(B)309.89º50.56%70.59%-
XYZ29.1919.5637.84-
YUV124.87150.65167.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 89 (35.16% from 255) = 20.51%
BLUE value IS 165 (64.84% from 255) = 38.02%
R=41.47%
G=20.51%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808916500.510.080.29309.8937.7652.75
HexB459A503381D1362635
Octal26413124506310354664665
Binary101101001011001101001010110011100011101100110110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B459A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B459A5; }

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

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

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

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

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

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

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

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