#B46EAD

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

Shades of Violet Blue #B46EAD

Tints of Violet Blue #B46EAD

Color information

#B46EAD (or 0xB46EAD) is unknown color: approx Violet Blue. HEX triplet: B4, 6E and AD. RGB value is (180,110,173). Sum of RGB (Red+Green+Blue) = 180+110+173=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B46EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46EAD is #4B9152. Grayscale: #898989. Windows color (decimal): -4952403 or 11366068. OLE color: 11366068.

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

Color convert

RGB180110173-
CMYK00.390.040.29
HSL306º31.82%56.86%-
HSV(B)306º38.89%70.59%-
XYZ31.9423.8742.46-
YUV138.11147.69157.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 110 (43.36% from 255) = 23.76%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=38.88%
G=23.76%
B=37.37%

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
Decimal18011017300.390.040.2930631.8256.86
HexB46EAD02741D1322039
Octal2641562550474354624071
Binary10110100110111010101101010011110011101100110010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46EAD; }

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

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

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

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

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

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

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

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