Shades of Violet Blue #B666AE
Tints of Violet Blue #B666AE
RGB
CMYK
RGB Variations
Color information
#B666AE (or 0xB666AE) is known color: 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
| RGB | 182 | 102 | 174 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.29 |
| HSL | 306º | 0.35% | 0.56% | - |
| HSV(B) | 306º | 0.44% | 0.71% | - |
| XYZ | 31.68 | 22.5 | 42.72 | - |
| YUV | 134.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 102 | 174 | 0 | 0.44 | 0.04 | 0.29 | 306 | 0.35 | 0.56 |
| Hex | B6 | 66 | AE | 0 | 2C | 4 | 1D | 132 | 23 | 38 |
| Octal | 266 | 146 | 256 | 0 | 54 | 4 | 35 | 462 | 43 | 70 |
| Binary | 10110110 | 1100110 | 10101110 | 0 | 101100 | 100 | 11101 | 100110010 | 100011 | 111000 |
Color Harmonies of #B666AE
Complementary color
Monochromatic Colors of #B666AE
Black with #B666AE
Text Example
Text Example
White with #B666AE
Text Example
Text Example
HTML Codes & Css Web 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>