Shades of Violet Blue #B566AC
Tints of Violet Blue #B566AC
RGB
CMYK
RGB Variations
Color information
#B566AC (or 0xB566AC) is known color: Violet Blue. HEX triplet: B5, 66 and AC. RGB value is (181,102,172). Sum of RGB (Red+Green+Blue) = 181+102+172=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B566AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B566AC is #4A9953. Grayscale: #858585. Windows color (decimal): -4888916 or 11298485. OLE color: 11298485.
HSL color Cylindrical-coordinate representation of color #B566AC: hue angle of 306.84º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B566AC is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 172 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.29 |
| HSL | 306.84º | 0.35% | 0.55% | - |
| HSV(B) | 306.84º | 0.44% | 0.71% | - |
| XYZ | 31.25 | 22.31 | 41.69 | - |
| YUV | 133.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 172 | 0 | 0.44 | 0.05 | 0.29 | 306.84 | 0.35 | 0.55 |
| Hex | B5 | 66 | AC | 0 | 2C | 5 | 1D | 133 | 23 | 37 |
| Octal | 265 | 146 | 254 | 0 | 54 | 5 | 35 | 463 | 43 | 67 |
| Binary | 10110101 | 1100110 | 10101100 | 0 | 101100 | 101 | 11101 | 100110011 | 100011 | 110111 |
Color Harmonies of #B566AC
Complementary color
Monochromatic Colors of #B566AC
Black with #B566AC
Text Example
Text Example
White with #B566AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B566AC; }
p { color: rgb(181,102,172); }
H1.HeaderClassName
{
color: #B566AC;
}
.AnyTagClassName
{
color: #B566AC;
}
</style>
background-color css
<style>
a { background-color: #B566AC; }
a { background-color: rgb(181,102,172); }
div.DivClassName
{
background-color: #B566AC;
}
.BgClassName
{
background-color: #B566AC;
}
</style>
border-color css
<style>
span { border-color: #B566AC; }
span { border-color: rgb(181,102,172); }
td.TdClassName
{
border-color: #B566AC;
}
.TagClassName
{
border-color: #B566AC;
}
</style>