#B46AAB

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

Shades of Violet Blue #B46AAB

Tints of Violet Blue #B46AAB

Color information

#B46AAB (or 0xB46AAB) is unknown color: approx Violet Blue. HEX triplet: B4, 6A and AB. RGB value is (180,106,171). Sum of RGB (Red+Green+Blue) = 180+106+171=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B46AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46AAB is #4B9554. Grayscale: #878787. Windows color (decimal): -4953429 or 11233972. OLE color: 11233972.

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

Color convert

RGB180106171-
CMYK00.410.050.29
HSL307.3º33.04%56.08%-
HSV(B)307.3º41.11%70.59%-
XYZ31.3322.9541.31-
YUV135.54148.02159.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 106 (41.80% from 255) = 23.19%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=39.39%
G=23.19%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010617100.410.050.29307.333.0456.08
HexB46AAB02951D1332138
Octal2641522530515354634170
Binary10110100110101010101011010100110111101100110011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46AAB; }

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

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

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

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

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

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

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

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