Shades of Violet Blue #B566A8
Tints of Violet Blue #B566A8
RGB
CMYK
RGB Variations
Color information
#B566A8 (or 0xB566A8) is known color: Violet Blue. HEX triplet: B5, 66 and A8. RGB value is (181,102,168). Sum of RGB (Red+Green+Blue) = 181+102+168=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B566A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B566A8 is #4A9957. Grayscale: #848484. Windows color (decimal): -4888920 or 11036341. OLE color: 11036341.
HSL color Cylindrical-coordinate representation of color #B566A8: hue angle of 309.87º 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 #B566A8 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 168 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.29 |
| HSL | 309.87º | 0.35% | 0.55% | - |
| HSV(B) | 309.87º | 0.44% | 0.71% | - |
| XYZ | 30.88 | 22.15 | 39.69 | - |
| YUV | 133.15 | 147.67 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 168 | 0 | 0.44 | 0.07 | 0.29 | 309.87 | 0.35 | 0.55 |
| Hex | B5 | 66 | A8 | 0 | 2C | 7 | 1D | 136 | 23 | 37 |
| Octal | 265 | 146 | 250 | 0 | 54 | 7 | 35 | 466 | 43 | 67 |
| Binary | 10110101 | 1100110 | 10101000 | 0 | 101100 | 111 | 11101 | 100110110 | 100011 | 110111 |
Color Harmonies of #B566A8
Complementary color
Monochromatic Colors of #B566A8
Black with #B566A8
Text Example
Text Example
White with #B566A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B566A8; }
p { color: rgb(181,102,168); }
H1.HeaderClassName
{
color: #B566A8;
}
.AnyTagClassName
{
color: #B566A8;
}
</style>
background-color css
<style>
a { background-color: #B566A8; }
a { background-color: rgb(181,102,168); }
div.DivClassName
{
background-color: #B566A8;
}
.BgClassName
{
background-color: #B566A8;
}
</style>
border-color css
<style>
span { border-color: #B566A8; }
span { border-color: rgb(181,102,168); }
td.TdClassName
{
border-color: #B566A8;
}
.TagClassName
{
border-color: #B566A8;
}
</style>