#B66DA9

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

Shades of Violet Blue #B66DA9

Tints of Violet Blue #B66DA9

Color information

#B66DA9 (or 0xB66DA9) is unknown color: approx Violet Blue. HEX triplet: B6, 6D and A9. RGB value is (182,109,169). Sum of RGB (Red+Green+Blue) = 182+109+169=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 182 - color contains mainly: red. Hex color #B66DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66DA9 is #499256. Grayscale: #898989. Windows color (decimal): -4821591 or 11103670. OLE color: 11103670.

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

Color convert

RGB182109169-
CMYK00.400.070.29
HSL310.68º33.33%57.06%-
HSV(B)310.68º40.11%71.37%-
XYZ31.9223.7540.44-
YUV137.67145.68159.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.57%
GREEN value IS 109 (42.97% from 255) = 23.70%
BLUE value IS 169 (66.41% from 255) = 36.74%
R=39.57%
G=23.70%
B=36.74%

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
Decimal18210916900.400.070.29310.6833.3357.06
HexB66DA902871D1372139
Octal2661552510507354674171
Binary10110110110110110101001010100011111101100110111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66DA9; }

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

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

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

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

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

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

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

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