#B46DAC

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

Shades of Violet Blue #B46DAC

Tints of Violet Blue #B46DAC

Color information

#B46DAC (or 0xB46DAC) is unknown color: approx Violet Blue. HEX triplet: B4, 6D and AC. RGB value is (180,109,172). Sum of RGB (Red+Green+Blue) = 180+109+172=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B46DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46DAC is #4B9253. Grayscale: #898989. Windows color (decimal): -4952660 or 11300276. OLE color: 11300276.

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

Color convert

RGB180109172-
CMYK00.390.040.29
HSL306.76º32.13%56.67%-
HSV(B)306.76º39.44%70.59%-
XYZ31.7423.6241.92-
YUV137.41147.52158.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 109 (42.97% from 255) = 23.64%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=39.05%
G=23.64%
B=37.31%

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
Decimal18010917200.390.040.29306.7632.1356.67
HexB46DAC02741D1332039
Octal2641552540474354634071
Binary10110100110110110101100010011110011101100110011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46DAC; }

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

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

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

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

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

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

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

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