#B666A9

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

Shades of Violet Blue #B666A9

Tints of Violet Blue #B666A9

Color information

#B666A9 (or 0xB666A9) is unknown color: approx Violet Blue. HEX triplet: B6, 66 and A9. RGB value is (182,102,169). Sum of RGB (Red+Green+Blue) = 182+102+169=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B666A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B666A9 is #499956. Grayscale: #858585. Windows color (decimal): -4823383 or 11101878. OLE color: 11101878.

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

Color convert

RGB182102169-
CMYK00.440.070.29
HSL309.75º35.4%55.69%-
HSV(B)309.75º43.96%71.37%-
XYZ31.222.3140.2-
YUV133.56148162.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.18%
GREEN value IS 102 (40.23% from 255) = 22.52%
BLUE value IS 169 (66.41% from 255) = 37.31%
R=40.18%
G=22.52%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210216900.440.070.29309.7535.455.69
HexB666A902C71D1362338
Octal2661462510547354664370
Binary10110110110011010101001010110011111101100110110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B666A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B666A9; }

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

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

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

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

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

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

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

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