Shades of London Hue #B785AF
Tints of London Hue #B785AF
RGB
CMYK
RGB Variations
Color information
#B785AF (or 0xB785AF) is known color: London Hue. HEX triplet: B7, 85 and AF. RGB value is (183,133,175). Sum of RGB (Red+Green+Blue) = 183+133+175=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 183 - color contains mainly: red. Hex color #B785AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B785AF is #487A50. Grayscale: #989898. Windows color (decimal): -4749905 or 11503031. OLE color: 11503031.
HSL color Cylindrical-coordinate representation of color #B785AF: hue angle of 309.6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B785AF is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 133 | 175 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.28 |
| HSL | 309.6º | 0.26% | 0.62% | - |
| HSV(B) | 309.6º | 0.27% | 0.72% | - |
| XYZ | 35.65 | 29.94 | 44.46 | - |
| YUV | 152.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 133 | 175 | 0 | 0.27 | 0.04 | 0.28 | 309.6 | 0.26 | 0.62 |
| Hex | B7 | 85 | AF | 0 | 1B | 4 | 1C | 136 | 1A | 3E |
| Octal | 267 | 205 | 257 | 0 | 33 | 4 | 34 | 466 | 32 | 76 |
| Binary | 10110111 | 10000101 | 10101111 | 0 | 11011 | 100 | 11100 | 100110110 | 11010 | 111110 |
Color Harmonies of #B785AF
Complementary color
Monochromatic Colors of #B785AF
Black with #B785AF
Text Example
Text Example
White with #B785AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B785AF; }
p { color: rgb(183,133,175); }
H1.HeaderClassName
{
color: #B785AF;
}
.AnyTagClassName
{
color: #B785AF;
}
</style>
background-color css
<style>
a { background-color: #B785AF; }
a { background-color: rgb(183,133,175); }
div.DivClassName
{
background-color: #B785AF;
}
.BgClassName
{
background-color: #B785AF;
}
</style>
border-color css
<style>
span { border-color: #B785AF; }
span { border-color: rgb(183,133,175); }
td.TdClassName
{
border-color: #B785AF;
}
.TagClassName
{
border-color: #B785AF;
}
</style>