Shades of Violet Blue #B766AD
Tints of Violet Blue #B766AD
RGB
CMYK
RGB Variations
Color information
#B766AD (or 0xB766AD) is known color: Violet Blue. HEX triplet: B7, 66 and AD. RGB value is (183,102,173). Sum of RGB (Red+Green+Blue) = 183+102+173=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 183 - color contains mainly: red. Hex color #B766AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B766AD is #489952. Grayscale: #868686. Windows color (decimal): -4757843 or 11364023. OLE color: 11364023.
HSL color Cylindrical-coordinate representation of color #B766AD: hue angle of 307.41º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B766AD is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 173 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.28 |
| HSL | 307.41º | 0.36% | 0.56% | - |
| HSV(B) | 307.41º | 0.44% | 0.72% | - |
| XYZ | 31.82 | 22.59 | 42.22 | - |
| YUV | 134.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 173 | 0 | 0.44 | 0.05 | 0.28 | 307.41 | 0.36 | 0.56 |
| Hex | B7 | 66 | AD | 0 | 2C | 5 | 1C | 133 | 24 | 38 |
| Octal | 267 | 146 | 255 | 0 | 54 | 5 | 34 | 463 | 44 | 70 |
| Binary | 10110111 | 1100110 | 10101101 | 0 | 101100 | 101 | 11100 | 100110011 | 100100 | 111000 |
Color Harmonies of #B766AD
Complementary color
Monochromatic Colors of #B766AD
Black with #B766AD
Text Example
Text Example
White with #B766AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766AD; }
p { color: rgb(183,102,173); }
H1.HeaderClassName
{
color: #B766AD;
}
.AnyTagClassName
{
color: #B766AD;
}
</style>
background-color css
<style>
a { background-color: #B766AD; }
a { background-color: rgb(183,102,173); }
div.DivClassName
{
background-color: #B766AD;
}
.BgClassName
{
background-color: #B766AD;
}
</style>
border-color css
<style>
span { border-color: #B766AD; }
span { border-color: rgb(183,102,173); }
td.TdClassName
{
border-color: #B766AD;
}
.TagClassName
{
border-color: #B766AD;
}
</style>