#B46EAB

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

Shades of Violet Blue #B46EAB

Tints of Violet Blue #B46EAB

Color information

#B46EAB (or 0xB46EAB) is unknown color: approx Violet Blue. HEX triplet: B4, 6E and AB. RGB value is (180,110,171). Sum of RGB (Red+Green+Blue) = 180+110+171=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B46EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46EAB is #4B9154. Grayscale: #898989. Windows color (decimal): -4952405 or 11234996. OLE color: 11234996.

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

Color convert

RGB180110171-
CMYK00.390.050.29
HSL307.71º31.82%56.86%-
HSV(B)307.71º38.89%70.59%-
XYZ31.7523.841.45-
YUV137.88146.69158.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 110 (43.36% from 255) = 23.86%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=39.05%
G=23.86%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011017100.390.050.29307.7131.8256.86
HexB46EAB02751D1342039
Octal2641562530475354644071
Binary10110100110111010101011010011110111101100110100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46EAB; }

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

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

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

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

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

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

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

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