#B459AB

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

Shades of Violet Blue #B459AB

Tints of Violet Blue #B459AB

Color information

#B459AB (or 0xB459AB) is unknown color: approx Violet Blue. HEX triplet: B4, 59 and AB. RGB value is (180,89,171). Sum of RGB (Red+Green+Blue) = 180+89+171=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B459AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B459AB is #4BA654. Grayscale: #7D7D7D. Windows color (decimal): -4957781 or 11229620. OLE color: 11229620.

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

Color convert

RGB18089171-
CMYK00.510.050.29
HSL305.93º37.76%52.75%-
HSV(B)305.93º50.56%70.59%-
XYZ29.7519.7940.78-
YUV125.56153.65166.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 89 (35.16% from 255) = 20.23%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=40.91%
G=20.23%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808917100.510.050.29305.9337.7652.75
HexB459AB03351D1322635
Octal2641312530635354624665
Binary10110100101100110101011011001110111101100110010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B459AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B459AB; }

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

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

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

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

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

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

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

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