Shades of London Hue #B785BA
Tints of London Hue #B785BA
RGB
CMYK
RGB Variations
Color information
#B785BA (or 0xB785BA) is known color: London Hue. HEX triplet: B7, 85 and BA. RGB value is (183,133,186). Sum of RGB (Red+Green+Blue) = 183+133+186=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #B785BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B785BA is #487A45. Grayscale: #999999. Windows color (decimal): -4749894 or 12223927. OLE color: 12223927.
HSL color Cylindrical-coordinate representation of color #B785BA: hue angle of 296.6º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B785BA is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 133 | 186 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.27 |
| HSL | 296.6º | 0.28% | 0.63% | - |
| HSV(B) | 296.6º | 0.28% | 0.73% | - |
| XYZ | 36.78 | 30.39 | 50.38 | - |
| YUV | 153.99 | 146.07 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 133 | 186 | 0.02 | 0.28 | 0 | 0.27 | 296.6 | 0.28 | 0.63 |
| Hex | B7 | 85 | BA | 2 | 1C | 0 | 1B | 129 | 1C | 3F |
| Octal | 267 | 205 | 272 | 2 | 34 | 0 | 33 | 451 | 34 | 77 |
| Binary | 10110111 | 10000101 | 10111010 | 10 | 11100 | 0 | 11011 | 100101001 | 11100 | 111111 |
Color Harmonies of #B785BA
Complementary color
Monochromatic Colors of #B785BA
Black with #B785BA
Text Example
Text Example
White with #B785BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B785BA; }
p { color: rgb(183,133,186); }
H1.HeaderClassName
{
color: #B785BA;
}
.AnyTagClassName
{
color: #B785BA;
}
</style>
background-color css
<style>
a { background-color: #B785BA; }
a { background-color: rgb(183,133,186); }
div.DivClassName
{
background-color: #B785BA;
}
.BgClassName
{
background-color: #B785BA;
}
</style>
border-color css
<style>
span { border-color: #B785BA; }
span { border-color: rgb(183,133,186); }
td.TdClassName
{
border-color: #B785BA;
}
.TagClassName
{
border-color: #B785BA;
}
</style>