Shades of Violet Blue #B366AB
Tints of Violet Blue #B366AB
RGB
CMYK
RGB Variations
Color information
#B366AB (or 0xB366AB) is known color: Violet Blue. HEX triplet: B3, 66 and AB. RGB value is (179,102,171). Sum of RGB (Red+Green+Blue) = 179+102+171=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B366AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B366AB is #4C9954. Grayscale: #848484. Windows color (decimal): -5019989 or 11232947. OLE color: 11232947.
HSL color Cylindrical-coordinate representation of color #B366AB: hue angle of 306.23º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B366AB is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 171 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.30 |
| HSL | 306.23º | 0.34% | 0.55% | - |
| HSV(B) | 306.23º | 0.43% | 0.7% | - |
| XYZ | 30.69 | 22.03 | 41.16 | - |
| YUV | 132.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 171 | 0 | 0.43 | 0.04 | 0.30 | 306.23 | 0.34 | 0.55 |
| Hex | B3 | 66 | AB | 0 | 2B | 4 | 1E | 132 | 22 | 37 |
| Octal | 263 | 146 | 253 | 0 | 53 | 4 | 36 | 462 | 42 | 67 |
| Binary | 10110011 | 1100110 | 10101011 | 0 | 101011 | 100 | 11110 | 100110010 | 100010 | 110111 |
Color Harmonies of #B366AB
Complementary color
Monochromatic Colors of #B366AB
Black with #B366AB
Text Example
Text Example
White with #B366AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366AB; }
p { color: rgb(179,102,171); }
H1.HeaderClassName
{
color: #B366AB;
}
.AnyTagClassName
{
color: #B366AB;
}
</style>
background-color css
<style>
a { background-color: #B366AB; }
a { background-color: rgb(179,102,171); }
div.DivClassName
{
background-color: #B366AB;
}
.BgClassName
{
background-color: #B366AB;
}
</style>
border-color css
<style>
span { border-color: #B366AB; }
span { border-color: rgb(179,102,171); }
td.TdClassName
{
border-color: #B366AB;
}
.TagClassName
{
border-color: #B366AB;
}
</style>