#B46EAF

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

Shades of Violet Blue #B46EAF

Tints of Violet Blue #B46EAF

Color information

#B46EAF (or 0xB46EAF) is unknown color: approx Violet Blue. HEX triplet: B4, 6E and AF. RGB value is (180,110,175). Sum of RGB (Red+Green+Blue) = 180+110+175=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B46EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46EAF is #4B9150. Grayscale: #8A8A8A. Windows color (decimal): -4952401 or 11497140. OLE color: 11497140.

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

Color convert

RGB180110175-
CMYK00.390.030.29
HSL304.29º31.82%56.86%-
HSV(B)304.29º38.89%70.59%-
XYZ32.1423.9543.49-
YUV138.34148.69157.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 110 (43.36% from 255) = 23.66%
BLUE value IS 175 (68.75% from 255) = 37.63%
R=38.71%
G=23.66%
B=37.63%

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
Decimal18011017500.390.030.29304.2931.8256.86
HexB46EAF02731D1302039
Octal2641562570473354604071
Binary1011010011011101010111101001111111101100110000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46EAF; }

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

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

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

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

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

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

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

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