Shades of London Hue #B68FBA
Tints of London Hue #B68FBA
RGB
CMYK
RGB Variations
Color information
#B68FBA (or 0xB68FBA) is known color: London Hue. HEX triplet: B6, 8F and BA. RGB value is (182,143,186). Sum of RGB (Red+Green+Blue) = 182+143+186=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #B68FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68FBA is #497045. Grayscale: #9F9F9F. Windows color (decimal): -4812870 or 12226486. OLE color: 12226486.
HSL color Cylindrical-coordinate representation of color #B68FBA: hue angle of 294.42º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B68FBA is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 143 | 186 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.27 |
| HSL | 294.42º | 0.24% | 0.65% | - |
| HSV(B) | 294.42º | 0.23% | 0.73% | - |
| XYZ | 37.98 | 33.14 | 50.85 | - |
| YUV | 159.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 186 | 0.02 | 0.23 | 0 | 0.27 | 294.42 | 0.24 | 0.65 |
| Hex | B6 | 8F | BA | 2 | 17 | 0 | 1B | 126 | 18 | 41 |
| Octal | 266 | 217 | 272 | 2 | 27 | 0 | 33 | 446 | 30 | 101 |
| Binary | 10110110 | 10001111 | 10111010 | 10 | 10111 | 0 | 11011 | 100100110 | 11000 | 1000001 |
Color Harmonies of #B68FBA
Complementary color
Monochromatic Colors of #B68FBA
Black with #B68FBA
Text Example
Text Example
White with #B68FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68FBA; }
p { color: rgb(182,143,186); }
H1.HeaderClassName
{
color: #B68FBA;
}
.AnyTagClassName
{
color: #B68FBA;
}
</style>
background-color css
<style>
a { background-color: #B68FBA; }
a { background-color: rgb(182,143,186); }
div.DivClassName
{
background-color: #B68FBA;
}
.BgClassName
{
background-color: #B68FBA;
}
</style>
border-color css
<style>
span { border-color: #B68FBA; }
span { border-color: rgb(182,143,186); }
td.TdClassName
{
border-color: #B68FBA;
}
.TagClassName
{
border-color: #B68FBA;
}
</style>