Shades of London Hue #B88FB2
Tints of London Hue #B88FB2
RGB
CMYK
RGB Variations
Color information
#B88FB2 (or 0xB88FB2) is known color: London Hue. HEX triplet: B8, 8F and B2. RGB value is (184,143,178). Sum of RGB (Red+Green+Blue) = 184+143+178=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 184 - color contains mainly: red. Hex color #B88FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88FB2 is #47704D. Grayscale: #9F9F9F. Windows color (decimal): -4681806 or 11702200. OLE color: 11702200.
HSL color Cylindrical-coordinate representation of color #B88FB2: hue angle of 308.78º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B88FB2 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 143 | 178 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.28 |
| HSL | 308.78º | 0.22% | 0.64% | - |
| HSV(B) | 308.78º | 0.22% | 0.72% | - |
| XYZ | 37.63 | 33.05 | 46.52 | - |
| YUV | 159.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 178 | 0 | 0.22 | 0.03 | 0.28 | 308.78 | 0.22 | 0.64 |
| Hex | B8 | 8F | B2 | 0 | 16 | 3 | 1C | 135 | 16 | 40 |
| Octal | 270 | 217 | 262 | 0 | 26 | 3 | 34 | 465 | 26 | 100 |
| Binary | 10111000 | 10001111 | 10110010 | 0 | 10110 | 11 | 11100 | 100110101 | 10110 | 1000000 |
Color Harmonies of #B88FB2
Complementary color
Monochromatic Colors of #B88FB2
Black with #B88FB2
Text Example
Text Example
White with #B88FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88FB2; }
p { color: rgb(184,143,178); }
H1.HeaderClassName
{
color: #B88FB2;
}
.AnyTagClassName
{
color: #B88FB2;
}
</style>
background-color css
<style>
a { background-color: #B88FB2; }
a { background-color: rgb(184,143,178); }
div.DivClassName
{
background-color: #B88FB2;
}
.BgClassName
{
background-color: #B88FB2;
}
</style>
border-color css
<style>
span { border-color: #B88FB2; }
span { border-color: rgb(184,143,178); }
td.TdClassName
{
border-color: #B88FB2;
}
.TagClassName
{
border-color: #B88FB2;
}
</style>