#B666A5

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

Shades of Violet Blue #B666A5

Tints of Violet Blue #B666A5

Color information

#B666A5 (or 0xB666A5) is unknown color: approx Violet Blue. HEX triplet: B6, 66 and A5. RGB value is (182,102,165). Sum of RGB (Red+Green+Blue) = 182+102+165=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B666A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B666A5 is #49995A. Grayscale: #848484. Windows color (decimal): -4823387 or 10839734. OLE color: 10839734.

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

Color convert

RGB182102165-
CMYK00.440.090.29
HSL312.75º35.4%55.69%-
HSV(B)312.75º43.96%71.37%-
XYZ30.8322.1638.25-
YUV133.1146162.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.53%
GREEN value IS 102 (40.23% from 255) = 22.72%
BLUE value IS 165 (64.84% from 255) = 36.75%
R=40.53%
G=22.72%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210216500.440.090.29312.7535.455.69
HexB666A502C91D1392338
Octal26614624505411354714370
Binary101101101100110101001010101100100111101100111001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B666A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B666A5; }

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

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

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

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

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

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

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

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