Shades of Violet Blue #B566AF
Tints of Violet Blue #B566AF
RGB
CMYK
RGB Variations
Color information
#B566AF (or 0xB566AF) is known color: Violet Blue. HEX triplet: B5, 66 and AF. RGB value is (181,102,175). Sum of RGB (Red+Green+Blue) = 181+102+175=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B566AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B566AF is #4A9950. Grayscale: #858585. Windows color (decimal): -4888913 or 11495093. OLE color: 11495093.
HSL color Cylindrical-coordinate representation of color #B566AF: hue angle of 304.56º 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 #B566AF is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 175 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.29 |
| HSL | 304.56º | 0.35% | 0.55% | - |
| HSV(B) | 304.56º | 0.44% | 0.71% | - |
| XYZ | 31.55 | 22.42 | 43.22 | - |
| YUV | 133.94 | 151.17 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 175 | 0 | 0.44 | 0.03 | 0.29 | 304.56 | 0.35 | 0.55 |
| Hex | B5 | 66 | AF | 0 | 2C | 3 | 1D | 131 | 23 | 37 |
| Octal | 265 | 146 | 257 | 0 | 54 | 3 | 35 | 461 | 43 | 67 |
| Binary | 10110101 | 1100110 | 10101111 | 0 | 101100 | 11 | 11101 | 100110001 | 100011 | 110111 |
Color Harmonies of #B566AF
Complementary color
Monochromatic Colors of #B566AF
Black with #B566AF
Text Example
Text Example
White with #B566AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B566AF; }
p { color: rgb(181,102,175); }
H1.HeaderClassName
{
color: #B566AF;
}
.AnyTagClassName
{
color: #B566AF;
}
</style>
background-color css
<style>
a { background-color: #B566AF; }
a { background-color: rgb(181,102,175); }
div.DivClassName
{
background-color: #B566AF;
}
.BgClassName
{
background-color: #B566AF;
}
</style>
border-color css
<style>
span { border-color: #B566AF; }
span { border-color: rgb(181,102,175); }
td.TdClassName
{
border-color: #B566AF;
}
.TagClassName
{
border-color: #B566AF;
}
</style>