#B46FAE

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

Shades of Violet Blue #B46FAE

Tints of Violet Blue #B46FAE

Color information

#B46FAE (or 0xB46FAE) is unknown color: approx Violet Blue. HEX triplet: B4, 6F and AE. RGB value is (180,111,174). Sum of RGB (Red+Green+Blue) = 180+111+174=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B46FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46FAE is #4B9051. Grayscale: #8A8A8A. Windows color (decimal): -4952146 or 11431860. OLE color: 11431860.

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

Color convert

RGB180111174-
CMYK00.380.030.29
HSL305.22º31.51%57.06%-
HSV(B)305.22º38.33%70.59%-
XYZ32.1524.1343.01-
YUV138.81147.86157.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 111 (43.75% from 255) = 23.87%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=38.71%
G=23.87%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011117400.380.030.29305.2231.5157.06
HexB46FAE02631D1312039
Octal2641572560463354614071
Binary1011010011011111010111001001101111101100110001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46FAE; }

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

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

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

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

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

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

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

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