Shades of Violet Blue #B866AA
Tints of Violet Blue #B866AA
RGB
CMYK
RGB Variations
Color information
#B866AA (or 0xB866AA) is known color: Violet Blue. HEX triplet: B8, 66 and AA. RGB value is (184,102,170). Sum of RGB (Red+Green+Blue) = 184+102+170=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B866AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B866AA is #479955. Grayscale: #868686. Windows color (decimal): -4692310 or 11167416. OLE color: 11167416.
HSL color Cylindrical-coordinate representation of color #B866AA: hue angle of 310.24º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B866AA is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 170 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.28 |
| HSL | 310.24º | 0.37% | 0.56% | - |
| HSV(B) | 310.24º | 0.45% | 0.72% | - |
| XYZ | 31.77 | 22.6 | 40.72 | - |
| YUV | 134.27 | 148.17 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 170 | 0 | 0.45 | 0.08 | 0.28 | 310.24 | 0.37 | 0.56 |
| Hex | B8 | 66 | AA | 0 | 2D | 8 | 1C | 136 | 25 | 38 |
| Octal | 270 | 146 | 252 | 0 | 55 | 10 | 34 | 466 | 45 | 70 |
| Binary | 10111000 | 1100110 | 10101010 | 0 | 101101 | 1000 | 11100 | 100110110 | 100101 | 111000 |
Color Harmonies of #B866AA
Complementary color
Monochromatic Colors of #B866AA
Black with #B866AA
Text Example
Text Example
White with #B866AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B866AA; }
p { color: rgb(184,102,170); }
H1.HeaderClassName
{
color: #B866AA;
}
.AnyTagClassName
{
color: #B866AA;
}
</style>
background-color css
<style>
a { background-color: #B866AA; }
a { background-color: rgb(184,102,170); }
div.DivClassName
{
background-color: #B866AA;
}
.BgClassName
{
background-color: #B866AA;
}
</style>
border-color css
<style>
span { border-color: #B866AA; }
span { border-color: rgb(184,102,170); }
td.TdClassName
{
border-color: #B866AA;
}
.TagClassName
{
border-color: #B866AA;
}
</style>