Shades of London Hue #B878B4
Tints of London Hue #B878B4
RGB
CMYK
RGB Variations
Color information
#B878B4 (or 0xB878B4) is known color: London Hue. HEX triplet: B8, 78 and B4. RGB value is (184,120,180). Sum of RGB (Red+Green+Blue) = 184+120+180=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 184 - color contains mainly: red. Hex color #B878B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B878B4 is #47874B. Grayscale: #919191. Windows color (decimal): -4687692 or 11827384. OLE color: 11827384.
HSL color Cylindrical-coordinate representation of color #B878B4: hue angle of 303.75º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B878B4 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 180 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.28 |
| HSL | 303.75º | 0.31% | 0.6% | - |
| HSV(B) | 303.75º | 0.35% | 0.72% | - |
| XYZ | 34.72 | 26.92 | 46.55 | - |
| YUV | 145.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 180 | 0 | 0.35 | 0.02 | 0.28 | 303.75 | 0.31 | 0.6 |
| Hex | B8 | 78 | B4 | 0 | 23 | 2 | 1C | 130 | 1F | 3C |
| Octal | 270 | 170 | 264 | 0 | 43 | 2 | 34 | 460 | 37 | 74 |
| Binary | 10111000 | 1111000 | 10110100 | 0 | 100011 | 10 | 11100 | 100110000 | 11111 | 111100 |
Color Harmonies of #B878B4
Complementary color
Monochromatic Colors of #B878B4
Black with #B878B4
Text Example
Text Example
White with #B878B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B878B4; }
p { color: rgb(184,120,180); }
H1.HeaderClassName
{
color: #B878B4;
}
.AnyTagClassName
{
color: #B878B4;
}
</style>
background-color css
<style>
a { background-color: #B878B4; }
a { background-color: rgb(184,120,180); }
div.DivClassName
{
background-color: #B878B4;
}
.BgClassName
{
background-color: #B878B4;
}
</style>
border-color css
<style>
span { border-color: #B878B4; }
span { border-color: rgb(184,120,180); }
td.TdClassName
{
border-color: #B878B4;
}
.TagClassName
{
border-color: #B878B4;
}
</style>