Shades of London Hue #B785B4
Tints of London Hue #B785B4
RGB
CMYK
RGB Variations
Color information
#B785B4 (or 0xB785B4) is known color: London Hue. HEX triplet: B7, 85 and B4. RGB value is (183,133,180). Sum of RGB (Red+Green+Blue) = 183+133+180=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 183 - color contains mainly: red. Hex color #B785B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B785B4 is #487A4B. Grayscale: #999999. Windows color (decimal): -4749900 or 11830711. OLE color: 11830711.
HSL color Cylindrical-coordinate representation of color #B785B4: hue angle of 303.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 #B785B4 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 133 | 180 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.28 |
| HSL | 303.6º | 0.26% | 0.62% | - |
| HSV(B) | 303.6º | 0.27% | 0.72% | - |
| XYZ | 36.15 | 30.14 | 47.09 | - |
| YUV | 153.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 133 | 180 | 0 | 0.27 | 0.02 | 0.28 | 303.6 | 0.26 | 0.62 |
| Hex | B7 | 85 | B4 | 0 | 1B | 2 | 1C | 130 | 1A | 3E |
| Octal | 267 | 205 | 264 | 0 | 33 | 2 | 34 | 460 | 32 | 76 |
| Binary | 10110111 | 10000101 | 10110100 | 0 | 11011 | 10 | 11100 | 100110000 | 11010 | 111110 |
Color Harmonies of #B785B4
Complementary color
Monochromatic Colors of #B785B4
Black with #B785B4
Text Example
Text Example
White with #B785B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B785B4; }
p { color: rgb(183,133,180); }
H1.HeaderClassName
{
color: #B785B4;
}
.AnyTagClassName
{
color: #B785B4;
}
</style>
background-color css
<style>
a { background-color: #B785B4; }
a { background-color: rgb(183,133,180); }
div.DivClassName
{
background-color: #B785B4;
}
.BgClassName
{
background-color: #B785B4;
}
</style>
border-color css
<style>
span { border-color: #B785B4; }
span { border-color: rgb(183,133,180); }
td.TdClassName
{
border-color: #B785B4;
}
.TagClassName
{
border-color: #B785B4;
}
</style>