#b666ae

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

Shades of Violet Blue #B666AE

Tints of Violet Blue #B666AE

Color information

#B666AE (or 0xB666AE) is unknown color: approx Violet Blue. HEX triplet: B6, 66 and AE. RGB value is (182,102,174). Sum of RGB (Red+Green+Blue) = 182+102+174=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B666AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B666AE is #499951. Grayscale: #858585. Windows color (decimal): -4823378 or 11429558. OLE color: 11429558.

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

Color convert

RGB182102174-
CMYK00.440.040.29
HSL306º35.4%55.69%-
HSV(B)306º43.96%71.37%-
XYZ31.6822.542.72-
YUV134.13150.5162.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.74%
GREEN value IS 102 (40.23% from 255) = 22.27%
BLUE value IS 174 (68.36% from 255) = 37.99%
R=39.74%
G=22.27%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210217400.440.040.2930635.455.69
HexB666AE02C41D1322338
Octal2661462560544354624370
Binary10110110110011010101110010110010011101100110010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b666ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b666ae; }

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

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

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

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

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

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

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

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