#B459A3

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

Shades of Violet Blue #B459A3

Tints of Violet Blue #B459A3

Color information

#B459A3 (or 0xB459A3) is unknown color: approx Violet Blue. HEX triplet: B4, 59 and A3. RGB value is (180,89,163). Sum of RGB (Red+Green+Blue) = 180+89+163=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B459A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B459A3 is #4BA65C. Grayscale: #7C7C7C. Windows color (decimal): -4957789 or 10705332. OLE color: 10705332.

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

Color convert

RGB18089163-
CMYK00.510.090.29
HSL311.21º37.76%52.75%-
HSV(B)311.21º50.56%70.59%-
XYZ29.0119.4936.88-
YUV124.64149.65167.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 89 (35.16% from 255) = 20.60%
BLUE value IS 163 (64.06% from 255) = 37.73%
R=41.67%
G=20.60%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808916300.510.090.29311.2137.7652.75
HexB459A303391D1372635
Octal26413124306311354674665
Binary101101001011001101000110110011100111101100110111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B459A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B459A3; }

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

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

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

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

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

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

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

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