#B66DAA

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

Shades of Violet Blue #B66DAA

Tints of Violet Blue #B66DAA

Color information

#B66DAA (or 0xB66DAA) is unknown color: approx Violet Blue. HEX triplet: B6, 6D and AA. RGB value is (182,109,170). Sum of RGB (Red+Green+Blue) = 182+109+170=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 182 - color contains mainly: red. Hex color #B66DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66DAA is #499255. Grayscale: #898989. Windows color (decimal): -4821590 or 11169206. OLE color: 11169206.

HSL color Cylindrical-coordinate representation of color #B66DAA: hue angle of 309.86º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66DAA is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB182109170-
CMYK00.400.070.29
HSL309.86º33.33%57.06%-
HSV(B)309.86º40.11%71.37%-
XYZ32.0223.7840.93-
YUV137.78146.18159.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.48%
GREEN value IS 109 (42.97% from 255) = 23.64%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=39.48%
G=23.64%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210917000.400.070.29309.8633.3357.06
HexB66DAA02871D1362139
Octal2661552520507354664171
Binary10110110110110110101010010100011111101100110110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66DAA; }

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

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

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

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

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

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

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

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