#B666A2

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

Shades of Violet Blue #B666A2

Tints of Violet Blue #B666A2

Color information

#B666A2 (or 0xB666A2) is unknown color: approx Violet Blue. HEX triplet: B6, 66 and A2. RGB value is (182,102,162). Sum of RGB (Red+Green+Blue) = 182+102+162=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B666A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B666A2 is #49995D. Grayscale: #848484. Windows color (decimal): -4823390 or 10643126. OLE color: 10643126.

HSL color Cylindrical-coordinate representation of color #B666A2: hue angle of 315º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B666A2 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB182102162-
CMYK00.440.110.29
HSL315º35.4%55.69%-
HSV(B)315º43.96%71.37%-
XYZ30.5622.0636.83-
YUV132.76144.5163.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.81%
GREEN value IS 102 (40.23% from 255) = 22.87%
BLUE value IS 162 (63.67% from 255) = 36.32%
R=40.81%
G=22.87%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210216200.440.110.2931535.455.69
HexB666A202CB1D13b2338
Octal26614624205413354734370
Binary101101101100110101000100101100101111101100111011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B666A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B666A2; }

 p { color: rgb(182,102,162); }

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

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

 a { background-color: rgb(182,102,162); }

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

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

 span { border-color: rgb(182,102,162); }

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