#B46DAE

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

Shades of Violet Blue #B46DAE

Tints of Violet Blue #B46DAE

Color information

#B46DAE (or 0xB46DAE) is unknown color: approx Violet Blue. HEX triplet: B4, 6D and AE. RGB value is (180,109,174). Sum of RGB (Red+Green+Blue) = 180+109+174=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B46DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46DAE is #4B9251. Grayscale: #898989. Windows color (decimal): -4952658 or 11431348. OLE color: 11431348.

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

Color convert

RGB180109174-
CMYK00.390.030.29
HSL305.07º32.13%56.67%-
HSV(B)305.07º39.44%70.59%-
XYZ31.9323.742.94-
YUV137.64148.52158.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 109 (42.97% from 255) = 23.54%
BLUE value IS 174 (68.36% from 255) = 37.58%
R=38.88%
G=23.54%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010917400.390.030.29305.0732.1356.67
HexB46DAE02731D1312039
Octal2641552560473354614071
Binary1011010011011011010111001001111111101100110001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46DAE; }

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

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

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

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

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

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

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

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