#B46EA8

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

Shades of Violet Blue #B46EA8

Tints of Violet Blue #B46EA8

Color information

#B46EA8 (or 0xB46EA8) is unknown color: approx Violet Blue. HEX triplet: B4, 6E and A8. RGB value is (180,110,168). Sum of RGB (Red+Green+Blue) = 180+110+168=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B46EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46EA8 is #4B9157. Grayscale: #898989. Windows color (decimal): -4952408 or 11038388. OLE color: 11038388.

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

Color convert

RGB180110168-
CMYK00.390.070.29
HSL310.29º31.82%56.86%-
HSV(B)310.29º38.89%70.59%-
XYZ31.4723.6839.96-
YUV137.54145.19158.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 110 (43.36% from 255) = 24.02%
BLUE value IS 168 (66.02% from 255) = 36.68%
R=39.30%
G=24.02%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011016800.390.070.29310.2931.8256.86
HexB46EA802771D1362039
Octal2641562500477354664071
Binary10110100110111010101000010011111111101100110110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46EA8; }

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

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

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

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

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

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

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

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