Shades of London Hue #B67FBA
Tints of London Hue #B67FBA
RGB
CMYK
RGB Variations
Color information
#B67FBA (or 0xB67FBA) is known color: London Hue. HEX triplet: B6, 7F and BA. RGB value is (182,127,186). Sum of RGB (Red+Green+Blue) = 182+127+186=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #B67FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67FBA is #498045. Grayscale: #959595. Windows color (decimal): -4816966 or 12222390. OLE color: 12222390.
HSL color Cylindrical-coordinate representation of color #B67FBA: hue angle of 295.93º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B67FBA is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 127 | 186 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.27 |
| HSL | 295.93º | 0.3% | 0.61% | - |
| HSV(B) | 295.93º | 0.32% | 0.73% | - |
| XYZ | 35.74 | 28.67 | 50.1 | - |
| YUV | 150.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 127 | 186 | 0.02 | 0.32 | 0 | 0.27 | 295.93 | 0.3 | 0.61 |
| Hex | B6 | 7F | BA | 2 | 20 | 0 | 1B | 128 | 1E | 3D |
| Octal | 266 | 177 | 272 | 2 | 40 | 0 | 33 | 450 | 36 | 75 |
| Binary | 10110110 | 1111111 | 10111010 | 10 | 100000 | 0 | 11011 | 100101000 | 11110 | 111101 |
Color Harmonies of #B67FBA
Complementary color
Monochromatic Colors of #B67FBA
Black with #B67FBA
Text Example
Text Example
White with #B67FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67FBA; }
p { color: rgb(182,127,186); }
H1.HeaderClassName
{
color: #B67FBA;
}
.AnyTagClassName
{
color: #B67FBA;
}
</style>
background-color css
<style>
a { background-color: #B67FBA; }
a { background-color: rgb(182,127,186); }
div.DivClassName
{
background-color: #B67FBA;
}
.BgClassName
{
background-color: #B67FBA;
}
</style>
border-color css
<style>
span { border-color: #B67FBA; }
span { border-color: rgb(182,127,186); }
td.TdClassName
{
border-color: #B67FBA;
}
.TagClassName
{
border-color: #B67FBA;
}
</style>