Shades of London Hue #B883BA
Tints of London Hue #B883BA
RGB
CMYK
RGB Variations
Color information
#B883BA (or 0xB883BA) is known color: London Hue. HEX triplet: B8, 83 and BA. RGB value is (184,131,186). Sum of RGB (Red+Green+Blue) = 184+131+186=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #B883BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B883BA is #477C45. Grayscale: #989898. Windows color (decimal): -4684870 or 12223416. OLE color: 12223416.
HSL color Cylindrical-coordinate representation of color #B883BA: hue angle of 297.82º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B883BA is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 131 | 186 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.27 |
| HSL | 297.82º | 0.28% | 0.62% | - |
| HSV(B) | 297.82º | 0.3% | 0.73% | - |
| XYZ | 36.75 | 29.97 | 50.3 | - |
| YUV | 153.12 | 146.56 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 186 | 0.01 | 0.30 | 0 | 0.27 | 297.82 | 0.28 | 0.62 |
| Hex | B8 | 83 | BA | 1 | 1E | 0 | 1B | 12A | 1C | 3E |
| Octal | 270 | 203 | 272 | 1 | 36 | 0 | 33 | 452 | 34 | 76 |
| Binary | 10111000 | 10000011 | 10111010 | 1 | 11110 | 0 | 11011 | 100101010 | 11100 | 111110 |
Color Harmonies of #B883BA
Complementary color
Monochromatic Colors of #B883BA
Black with #B883BA
Text Example
Text Example
White with #B883BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B883BA; }
p { color: rgb(184,131,186); }
H1.HeaderClassName
{
color: #B883BA;
}
.AnyTagClassName
{
color: #B883BA;
}
</style>
background-color css
<style>
a { background-color: #B883BA; }
a { background-color: rgb(184,131,186); }
div.DivClassName
{
background-color: #B883BA;
}
.BgClassName
{
background-color: #B883BA;
}
</style>
border-color css
<style>
span { border-color: #B883BA; }
span { border-color: rgb(184,131,186); }
td.TdClassName
{
border-color: #B883BA;
}
.TagClassName
{
border-color: #B883BA;
}
</style>