#B46AAF

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

Shades of Violet Blue #B46AAF

Tints of Violet Blue #B46AAF

Color information

#B46AAF (or 0xB46AAF) is unknown color: approx Violet Blue. HEX triplet: B4, 6A and AF. RGB value is (180,106,175). Sum of RGB (Red+Green+Blue) = 180+106+175=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B46AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46AAF is #4B9550. Grayscale: #878787. Windows color (decimal): -4953425 or 11496116. OLE color: 11496116.

HSL color Cylindrical-coordinate representation of color #B46AAF: hue angle of 304.05º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B46AAF is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB180106175-
CMYK00.410.030.29
HSL304.05º33.04%56.08%-
HSV(B)304.05º41.11%70.59%-
XYZ31.7123.1143.35-
YUV135.99150.02159.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 106 (41.80% from 255) = 22.99%
BLUE value IS 175 (68.75% from 255) = 37.96%
R=39.05%
G=22.99%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010617500.410.030.29304.0533.0456.08
HexB46AAF02931D1302138
Octal2641522570513354604170
Binary1011010011010101010111101010011111101100110000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46AAF; }

 p { color: rgb(180,106,175); }

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

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

 a { background-color: rgb(180,106,175); }

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

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

 span { border-color: rgb(180,106,175); }

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