Shades of Violet Blue #B770AD
Tints of Violet Blue #B770AD
RGB
CMYK
RGB Variations
Color information
#B770AD (or 0xB770AD) is known color: Violet Blue. HEX triplet: B7, 70 and AD. RGB value is (183,112,173). Sum of RGB (Red+Green+Blue) = 183+112+173=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 183 - color contains mainly: red. Hex color #B770AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B770AD is #488F52. Grayscale: #8C8C8C. Windows color (decimal): -4755283 or 11366583. OLE color: 11366583.
HSL color Cylindrical-coordinate representation of color #B770AD: hue angle of 308.45º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B770AD is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 173 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.28 |
| HSL | 308.45º | 0.33% | 0.58% | - |
| HSV(B) | 308.45º | 0.39% | 0.72% | - |
| XYZ | 32.87 | 24.67 | 42.57 | - |
| YUV | 140.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 173 | 0 | 0.39 | 0.05 | 0.28 | 308.45 | 0.33 | 0.58 |
| Hex | B7 | 70 | AD | 0 | 27 | 5 | 1C | 134 | 21 | 3A |
| Octal | 267 | 160 | 255 | 0 | 47 | 5 | 34 | 464 | 41 | 72 |
| Binary | 10110111 | 1110000 | 10101101 | 0 | 100111 | 101 | 11100 | 100110100 | 100001 | 111010 |
Color Harmonies of #B770AD
Complementary color
Monochromatic Colors of #B770AD
Black with #B770AD
Text Example
Text Example
White with #B770AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770AD; }
p { color: rgb(183,112,173); }
H1.HeaderClassName
{
color: #B770AD;
}
.AnyTagClassName
{
color: #B770AD;
}
</style>
background-color css
<style>
a { background-color: #B770AD; }
a { background-color: rgb(183,112,173); }
div.DivClassName
{
background-color: #B770AD;
}
.BgClassName
{
background-color: #B770AD;
}
</style>
border-color css
<style>
span { border-color: #B770AD; }
span { border-color: rgb(183,112,173); }
td.TdClassName
{
border-color: #B770AD;
}
.TagClassName
{
border-color: #B770AD;
}
</style>