#B66EAA

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

Shades of Violet Blue #B66EAA

Tints of Violet Blue #B66EAA

Color information

#B66EAA (or 0xB66EAA) is unknown color: approx Violet Blue. HEX triplet: B6, 6E and AA. RGB value is (182,110,170). Sum of RGB (Red+Green+Blue) = 182+110+170=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 182 - color contains mainly: red. Hex color #B66EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66EAA is #499155. Grayscale: #8A8A8A. Windows color (decimal): -4821334 or 11169462. OLE color: 11169462.

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

Color convert

RGB182110170-
CMYK00.400.070.29
HSL310º33.03%57.25%-
HSV(B)310º39.56%71.37%-
XYZ32.122440.97-
YUV138.37145.85159.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.39%
GREEN value IS 110 (43.36% from 255) = 23.81%
BLUE value IS 170 (66.80% from 255) = 36.80%
R=39.39%
G=23.81%
B=36.80%

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
Decimal18211017000.400.070.2931033.0357.25
HexB66EAA02871D1362139
Octal2661562520507354664171
Binary10110110110111010101010010100011111101100110110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66EAA; }

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

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

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

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

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

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

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

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