#B66DAD

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

Shades of Violet Blue #B66DAD

Tints of Violet Blue #B66DAD

Color information

#B66DAD (or 0xB66DAD) is unknown color: approx Violet Blue. HEX triplet: B6, 6D and AD. RGB value is (182,109,173). Sum of RGB (Red+Green+Blue) = 182+109+173=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 182 - color contains mainly: red. Hex color #B66DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66DAD is #499252. Grayscale: #898989. Windows color (decimal): -4821587 or 11365814. OLE color: 11365814.

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

Color convert

RGB182109173-
CMYK00.400.050.29
HSL307.4º33.33%57.06%-
HSV(B)307.4º40.11%71.37%-
XYZ32.323.942.45-
YUV138.12147.68159.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.22%
GREEN value IS 109 (42.97% from 255) = 23.49%
BLUE value IS 173 (67.97% from 255) = 37.28%
R=39.22%
G=23.49%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210917300.400.050.29307.433.3357.06
HexB66DAD02851D1332139
Octal2661552550505354634171
Binary10110110110110110101101010100010111101100110011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66DAD; }

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

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

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

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

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

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

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

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