Shades of London Hue #B88BB3
Tints of London Hue #B88BB3
RGB
CMYK
RGB Variations
Color information
#B88BB3 (or 0xB88BB3) is known color: London Hue. HEX triplet: B8, 8B and B3. RGB value is (184,139,179). Sum of RGB (Red+Green+Blue) = 184+139+179=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 184 - color contains mainly: red. Hex color #B88BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88BB3 is #47744C. Grayscale: #9C9C9C. Windows color (decimal): -4682829 or 11766712. OLE color: 11766712.
HSL color Cylindrical-coordinate representation of color #B88BB3: hue angle of 306.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B88BB3 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 179 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.28 |
| HSL | 306.67º | 0.24% | 0.63% | - |
| HSV(B) | 306.67º | 0.24% | 0.72% | - |
| XYZ | 37.14 | 31.91 | 46.85 | - |
| YUV | 157.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 179 | 0 | 0.24 | 0.03 | 0.28 | 306.67 | 0.24 | 0.63 |
| Hex | B8 | 8B | B3 | 0 | 18 | 3 | 1C | 133 | 18 | 3F |
| Octal | 270 | 213 | 263 | 0 | 30 | 3 | 34 | 463 | 30 | 77 |
| Binary | 10111000 | 10001011 | 10110011 | 0 | 11000 | 11 | 11100 | 100110011 | 11000 | 111111 |
Color Harmonies of #B88BB3
Complementary color
Monochromatic Colors of #B88BB3
Black with #B88BB3
Text Example
Text Example
White with #B88BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88BB3; }
p { color: rgb(184,139,179); }
H1.HeaderClassName
{
color: #B88BB3;
}
.AnyTagClassName
{
color: #B88BB3;
}
</style>
background-color css
<style>
a { background-color: #B88BB3; }
a { background-color: rgb(184,139,179); }
div.DivClassName
{
background-color: #B88BB3;
}
.BgClassName
{
background-color: #B88BB3;
}
</style>
border-color css
<style>
span { border-color: #B88BB3; }
span { border-color: rgb(184,139,179); }
td.TdClassName
{
border-color: #B88BB3;
}
.TagClassName
{
border-color: #B88BB3;
}
</style>