Shades of London Hue #BA81BC
Tints of London Hue #BA81BC
RGB
CMYK
RGB Variations
Color information
#BA81BC (or 0xBA81BC) is known color: London Hue. HEX triplet: BA, 81 and BC. RGB value is (186,129,188). Sum of RGB (Red+Green+Blue) = 186+129+188=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA81BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA81BC is #457E43. Grayscale: #989898. Windows color (decimal): -4554308 or 12353978. OLE color: 12353978.
HSL color Cylindrical-coordinate representation of color #BA81BC: hue angle of 297.97º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA81BC is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 129 | 188 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.26 |
| HSL | 297.97º | 0.31% | 0.62% | - |
| HSV(B) | 297.97º | 0.31% | 0.74% | - |
| XYZ | 37.18 | 29.77 | 51.36 | - |
| YUV | 152.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 188 | 0.01 | 0.31 | 0 | 0.26 | 297.97 | 0.31 | 0.62 |
| Hex | BA | 81 | BC | 1 | 1F | 0 | 1A | 12A | 1F | 3E |
| Octal | 272 | 201 | 274 | 1 | 37 | 0 | 32 | 452 | 37 | 76 |
| Binary | 10111010 | 10000001 | 10111100 | 1 | 11111 | 0 | 11010 | 100101010 | 11111 | 111110 |
Color Harmonies of #BA81BC
Complementary color
Monochromatic Colors of #BA81BC
Black with #BA81BC
Text Example
Text Example
White with #BA81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA81BC; }
p { color: rgb(186,129,188); }
H1.HeaderClassName
{
color: #BA81BC;
}
.AnyTagClassName
{
color: #BA81BC;
}
</style>
background-color css
<style>
a { background-color: #BA81BC; }
a { background-color: rgb(186,129,188); }
div.DivClassName
{
background-color: #BA81BC;
}
.BgClassName
{
background-color: #BA81BC;
}
</style>
border-color css
<style>
span { border-color: #BA81BC; }
span { border-color: rgb(186,129,188); }
td.TdClassName
{
border-color: #BA81BC;
}
.TagClassName
{
border-color: #BA81BC;
}
</style>