#B46AAA

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

Shades of Violet Blue #B46AAA

Tints of Violet Blue #B46AAA

Color information

#B46AAA (or 0xB46AAA) is unknown color: approx Violet Blue. HEX triplet: B4, 6A and AA. RGB value is (180,106,170). Sum of RGB (Red+Green+Blue) = 180+106+170=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B46AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46AAA is #4B9555. Grayscale: #878787. Windows color (decimal): -4953430 or 11168436. OLE color: 11168436.

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

Color convert

RGB180106170-
CMYK00.410.060.29
HSL308.11º33.04%56.08%-
HSV(B)308.11º41.11%70.59%-
XYZ31.2322.9140.81-
YUV135.42147.52159.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 106 (41.80% from 255) = 23.25%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=39.47%
G=23.25%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010617000.410.060.29308.1133.0456.08
HexB46AAA02961D1342138
Octal2641522520516354644170
Binary10110100110101010101010010100111011101100110100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46AAA; }

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

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

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

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

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

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

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

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