#B46EAE

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

Shades of Violet Blue #B46EAE

Tints of Violet Blue #B46EAE

Color information

#B46EAE (or 0xB46EAE) is unknown color: approx Violet Blue. HEX triplet: B4, 6E and AE. RGB value is (180,110,174). Sum of RGB (Red+Green+Blue) = 180+110+174=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B46EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46EAE is #4B9151. Grayscale: #8A8A8A. Windows color (decimal): -4952402 or 11431604. OLE color: 11431604.

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

Color convert

RGB180110174-
CMYK00.390.030.29
HSL305.14º31.82%56.86%-
HSV(B)305.14º38.89%70.59%-
XYZ32.0423.9142.97-
YUV138.23148.19157.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 110 (43.36% from 255) = 23.71%
BLUE value IS 174 (68.36% from 255) = 37.5%
R=38.79%
G=23.71%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011017400.390.030.29305.1431.8256.86
HexB46EAE02731D1312039
Octal2641562560473354614071
Binary1011010011011101010111001001111111101100110001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46EAE; }

 p { color: rgb(180,110,174); }

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

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

 a { background-color: rgb(180,110,174); }

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

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

 span { border-color: rgb(180,110,174); }

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