#B46DAA

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

Shades of Violet Blue #B46DAA

Tints of Violet Blue #B46DAA

Color information

#B46DAA (or 0xB46DAA) is unknown color: approx Violet Blue. HEX triplet: B4, 6D and AA. RGB value is (180,109,170). Sum of RGB (Red+Green+Blue) = 180+109+170=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B46DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46DAA is #4B9255. Grayscale: #898989. Windows color (decimal): -4952662 or 11169204. OLE color: 11169204.

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

Color convert

RGB180109170-
CMYK00.390.060.29
HSL308.45º32.13%56.67%-
HSV(B)308.45º39.44%70.59%-
XYZ31.5523.5440.91-
YUV137.18146.52158.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 109 (42.97% from 255) = 23.75%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=39.22%
G=23.75%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010917000.390.060.29308.4532.1356.67
HexB46DAA02761D1342039
Octal2641552520476354644071
Binary10110100110110110101010010011111011101100110100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46DAA; }

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

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

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

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

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

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

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

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