Shades of Violet Blue #B366AA
Tints of Violet Blue #B366AA
RGB
CMYK
RGB Variations
Color information
#B366AA (or 0xB366AA) is known color: Violet Blue. HEX triplet: B3, 66 and AA. RGB value is (179,102,170). Sum of RGB (Red+Green+Blue) = 179+102+170=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B366AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B366AA is #4C9955. Grayscale: #848484. Windows color (decimal): -5019990 or 11167411. OLE color: 11167411.
HSL color Cylindrical-coordinate representation of color #B366AA: hue angle of 307.01º 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 #B366AA is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 170 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.30 |
| HSL | 307.01º | 0.34% | 0.55% | - |
| HSV(B) | 307.01º | 0.43% | 0.7% | - |
| XYZ | 30.6 | 21.99 | 40.66 | - |
| YUV | 132.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 170 | 0 | 0.43 | 0.05 | 0.30 | 307.01 | 0.34 | 0.55 |
| Hex | B3 | 66 | AA | 0 | 2B | 5 | 1E | 133 | 22 | 37 |
| Octal | 263 | 146 | 252 | 0 | 53 | 5 | 36 | 463 | 42 | 67 |
| Binary | 10110011 | 1100110 | 10101010 | 0 | 101011 | 101 | 11110 | 100110011 | 100010 | 110111 |
Color Harmonies of #B366AA
Complementary color
Monochromatic Colors of #B366AA
Black with #B366AA
Text Example
Text Example
White with #B366AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366AA; }
p { color: rgb(179,102,170); }
H1.HeaderClassName
{
color: #B366AA;
}
.AnyTagClassName
{
color: #B366AA;
}
</style>
background-color css
<style>
a { background-color: #B366AA; }
a { background-color: rgb(179,102,170); }
div.DivClassName
{
background-color: #B366AA;
}
.BgClassName
{
background-color: #B366AA;
}
</style>
border-color css
<style>
span { border-color: #B366AA; }
span { border-color: rgb(179,102,170); }
td.TdClassName
{
border-color: #B366AA;
}
.TagClassName
{
border-color: #B366AA;
}
</style>