#B666A4

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

Shades of Violet Blue #B666A4

Tints of Violet Blue #B666A4

Color information

#B666A4 (or 0xB666A4) is unknown color: approx Violet Blue. HEX triplet: B6, 66 and A4. RGB value is (182,102,164). Sum of RGB (Red+Green+Blue) = 182+102+164=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B666A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B666A4 is #49995B. Grayscale: #848484. Windows color (decimal): -4823388 or 10774198. OLE color: 10774198.

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

Color convert

RGB182102164-
CMYK00.440.100.29
HSL313.5º35.4%55.69%-
HSV(B)313.5º43.96%71.37%-
XYZ30.7422.1337.77-
YUV132.99145.5162.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.62%
GREEN value IS 102 (40.23% from 255) = 22.77%
BLUE value IS 164 (64.45% from 255) = 36.61%
R=40.62%
G=22.77%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210216400.440.100.29313.535.455.69
HexB666A402CA1D13a2338
Octal26614624405412354724370
Binary101101101100110101001000101100101011101100111010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B666A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B666A4; }

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

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

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

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

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

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

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

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