Shades of London Hue #B785B2
Tints of London Hue #B785B2
RGB
CMYK
RGB Variations
Color information
#B785B2 (or 0xB785B2) is known color: London Hue. HEX triplet: B7, 85 and B2. RGB value is (183,133,178). Sum of RGB (Red+Green+Blue) = 183+133+178=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 183 - color contains mainly: red. Hex color #B785B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B785B2 is #487A4D. Grayscale: #989898. Windows color (decimal): -4749902 or 11699639. OLE color: 11699639.
HSL color Cylindrical-coordinate representation of color #B785B2: hue angle of 306º 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 #B785B2 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 133 | 178 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.28 |
| HSL | 306º | 0.26% | 0.62% | - |
| HSV(B) | 306º | 0.27% | 0.72% | - |
| XYZ | 35.95 | 30.06 | 46.03 | - |
| YUV | 153.08 | 142.07 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 133 | 178 | 0 | 0.27 | 0.03 | 0.28 | 306 | 0.26 | 0.62 |
| Hex | B7 | 85 | B2 | 0 | 1B | 3 | 1C | 132 | 1A | 3E |
| Octal | 267 | 205 | 262 | 0 | 33 | 3 | 34 | 462 | 32 | 76 |
| Binary | 10110111 | 10000101 | 10110010 | 0 | 11011 | 11 | 11100 | 100110010 | 11010 | 111110 |
Color Harmonies of #B785B2
Complementary color
Monochromatic Colors of #B785B2
Black with #B785B2
Text Example
Text Example
White with #B785B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B785B2; }
p { color: rgb(183,133,178); }
H1.HeaderClassName
{
color: #B785B2;
}
.AnyTagClassName
{
color: #B785B2;
}
</style>
background-color css
<style>
a { background-color: #B785B2; }
a { background-color: rgb(183,133,178); }
div.DivClassName
{
background-color: #B785B2;
}
.BgClassName
{
background-color: #B785B2;
}
</style>
border-color css
<style>
span { border-color: #B785B2; }
span { border-color: rgb(183,133,178); }
td.TdClassName
{
border-color: #B785B2;
}
.TagClassName
{
border-color: #B785B2;
}
</style>