Shades of Violet Blue #B566AD
Tints of Violet Blue #B566AD
RGB
CMYK
RGB Variations
Color information
#B566AD (or 0xB566AD) is known color: Violet Blue. HEX triplet: B5, 66 and AD. RGB value is (181,102,173). Sum of RGB (Red+Green+Blue) = 181+102+173=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B566AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B566AD is #4A9952. Grayscale: #858585. Windows color (decimal): -4888915 or 11364021. OLE color: 11364021.
HSL color Cylindrical-coordinate representation of color #B566AD: hue angle of 306.08º 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 #B566AD is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 173 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.29 |
| HSL | 306.08º | 0.35% | 0.55% | - |
| HSV(B) | 306.08º | 0.44% | 0.71% | - |
| XYZ | 31.35 | 22.34 | 42.2 | - |
| YUV | 133.72 | 150.17 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 173 | 0 | 0.44 | 0.04 | 0.29 | 306.08 | 0.35 | 0.55 |
| Hex | B5 | 66 | AD | 0 | 2C | 4 | 1D | 132 | 23 | 37 |
| Octal | 265 | 146 | 255 | 0 | 54 | 4 | 35 | 462 | 43 | 67 |
| Binary | 10110101 | 1100110 | 10101101 | 0 | 101100 | 100 | 11101 | 100110010 | 100011 | 110111 |
Color Harmonies of #B566AD
Complementary color
Monochromatic Colors of #B566AD
Black with #B566AD
Text Example
Text Example
White with #B566AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B566AD; }
p { color: rgb(181,102,173); }
H1.HeaderClassName
{
color: #B566AD;
}
.AnyTagClassName
{
color: #B566AD;
}
</style>
background-color css
<style>
a { background-color: #B566AD; }
a { background-color: rgb(181,102,173); }
div.DivClassName
{
background-color: #B566AD;
}
.BgClassName
{
background-color: #B566AD;
}
</style>
border-color css
<style>
span { border-color: #B566AD; }
span { border-color: rgb(181,102,173); }
td.TdClassName
{
border-color: #B566AD;
}
.TagClassName
{
border-color: #B566AD;
}
</style>