#B46EAC

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

Shades of Violet Blue #B46EAC

Tints of Violet Blue #B46EAC

Color information

#B46EAC (or 0xB46EAC) is unknown color: approx Violet Blue. HEX triplet: B4, 6E and AC. RGB value is (180,110,172). Sum of RGB (Red+Green+Blue) = 180+110+172=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B46EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46EAC is #4B9153. Grayscale: #898989. Windows color (decimal): -4952404 or 11300532. OLE color: 11300532.

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

Color convert

RGB180110172-
CMYK00.390.040.29
HSL306.86º31.82%56.86%-
HSV(B)306.86º38.89%70.59%-
XYZ31.8423.8341.95-
YUV138147.19157.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 110 (43.36% from 255) = 23.81%
BLUE value IS 172 (67.58% from 255) = 37.23%
R=38.96%
G=23.81%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011017200.390.040.29306.8631.8256.86
HexB46EAC02741D1332039
Octal2641562540474354634071
Binary10110100110111010101100010011110011101100110011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46EAC; }

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

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

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

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

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

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

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

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