Shades of London Hue #B77BB8
Tints of London Hue #B77BB8
RGB
CMYK
RGB Variations
Color information
#B77BB8 (or 0xB77BB8) is known color: London Hue. HEX triplet: B7, 7B and B8. RGB value is (183,123,184). Sum of RGB (Red+Green+Blue) = 183+123+184=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 184 - color contains mainly: blue. Hex color #B77BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77BB8 is #488447. Grayscale: #939393. Windows color (decimal): -4752456 or 12090295. OLE color: 12090295.
HSL color Cylindrical-coordinate representation of color #B77BB8: hue angle of 299.02º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B77BB8 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 123 | 184 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.28 |
| HSL | 299.02º | 0.3% | 0.6% | - |
| HSV(B) | 299.02º | 0.33% | 0.72% | - |
| XYZ | 35.26 | 27.69 | 48.83 | - |
| YUV | 147.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 184 | 0.01 | 0.33 | 0 | 0.28 | 299.02 | 0.3 | 0.6 |
| Hex | B7 | 7B | B8 | 1 | 21 | 0 | 1C | 12B | 1E | 3C |
| Octal | 267 | 173 | 270 | 1 | 41 | 0 | 34 | 453 | 36 | 74 |
| Binary | 10110111 | 1111011 | 10111000 | 1 | 100001 | 0 | 11100 | 100101011 | 11110 | 111100 |
Color Harmonies of #B77BB8
Complementary color
Monochromatic Colors of #B77BB8
Black with #B77BB8
Text Example
Text Example
White with #B77BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77BB8; }
p { color: rgb(183,123,184); }
H1.HeaderClassName
{
color: #B77BB8;
}
.AnyTagClassName
{
color: #B77BB8;
}
</style>
background-color css
<style>
a { background-color: #B77BB8; }
a { background-color: rgb(183,123,184); }
div.DivClassName
{
background-color: #B77BB8;
}
.BgClassName
{
background-color: #B77BB8;
}
</style>
border-color css
<style>
span { border-color: #B77BB8; }
span { border-color: rgb(183,123,184); }
td.TdClassName
{
border-color: #B77BB8;
}
.TagClassName
{
border-color: #B77BB8;
}
</style>