Shades of Violet Blue #B366AC
Tints of Violet Blue #B366AC
RGB
CMYK
RGB Variations
Color information
#B366AC (or 0xB366AC) is known color: Violet Blue. HEX triplet: B3, 66 and AC. RGB value is (179,102,172). Sum of RGB (Red+Green+Blue) = 179+102+172=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B366AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B366AC is #4C9953. Grayscale: #848484. Windows color (decimal): -5019988 or 11298483. OLE color: 11298483.
HSL color Cylindrical-coordinate representation of color #B366AC: hue angle of 305.45º 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 #B366AC is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 172 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.30 |
| HSL | 305.45º | 0.34% | 0.55% | - |
| HSV(B) | 305.45º | 0.43% | 0.7% | - |
| XYZ | 30.79 | 22.07 | 41.67 | - |
| YUV | 133 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 172 | 0 | 0.43 | 0.04 | 0.30 | 305.45 | 0.34 | 0.55 |
| Hex | B3 | 66 | AC | 0 | 2B | 4 | 1E | 131 | 22 | 37 |
| Octal | 263 | 146 | 254 | 0 | 53 | 4 | 36 | 461 | 42 | 67 |
| Binary | 10110011 | 1100110 | 10101100 | 0 | 101011 | 100 | 11110 | 100110001 | 100010 | 110111 |
Color Harmonies of #B366AC
Complementary color
Monochromatic Colors of #B366AC
Black with #B366AC
Text Example
Text Example
White with #B366AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366AC; }
p { color: rgb(179,102,172); }
H1.HeaderClassName
{
color: #B366AC;
}
.AnyTagClassName
{
color: #B366AC;
}
</style>
background-color css
<style>
a { background-color: #B366AC; }
a { background-color: rgb(179,102,172); }
div.DivClassName
{
background-color: #B366AC;
}
.BgClassName
{
background-color: #B366AC;
}
</style>
border-color css
<style>
span { border-color: #B366AC; }
span { border-color: rgb(179,102,172); }
td.TdClassName
{
border-color: #B366AC;
}
.TagClassName
{
border-color: #B366AC;
}
</style>