Shades of London Hue #BD84B7
Tints of London Hue #BD84B7
RGB
CMYK
RGB Variations
Color information
#BD84B7 (or 0xBD84B7) is known color: London Hue. HEX triplet: BD, 84 and B7. RGB value is (189,132,183). Sum of RGB (Red+Green+Blue) = 189+132+183=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BD84B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD84B7 is #427B48. Grayscale: #9A9A9A. Windows color (decimal): -4356937 or 12027069. OLE color: 12027069.
HSL color Cylindrical-coordinate representation of color #BD84B7: hue angle of 306.32º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD84B7 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 183 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.26 |
| HSL | 306.32º | 0.3% | 0.63% | - |
| HSV(B) | 306.32º | 0.3% | 0.74% | - |
| XYZ | 37.78 | 30.74 | 48.74 | - |
| YUV | 154.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 183 | 0 | 0.30 | 0.03 | 0.26 | 306.32 | 0.3 | 0.63 |
| Hex | BD | 84 | B7 | 0 | 1E | 3 | 1A | 132 | 1E | 3F |
| Octal | 275 | 204 | 267 | 0 | 36 | 3 | 32 | 462 | 36 | 77 |
| Binary | 10111101 | 10000100 | 10110111 | 0 | 11110 | 11 | 11010 | 100110010 | 11110 | 111111 |
Color Harmonies of #BD84B7
Complementary color
Monochromatic Colors of #BD84B7
Black with #BD84B7
Text Example
Text Example
White with #BD84B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD84B7; }
p { color: rgb(189,132,183); }
H1.HeaderClassName
{
color: #BD84B7;
}
.AnyTagClassName
{
color: #BD84B7;
}
</style>
background-color css
<style>
a { background-color: #BD84B7; }
a { background-color: rgb(189,132,183); }
div.DivClassName
{
background-color: #BD84B7;
}
.BgClassName
{
background-color: #BD84B7;
}
</style>
border-color css
<style>
span { border-color: #BD84B7; }
span { border-color: rgb(189,132,183); }
td.TdClassName
{
border-color: #BD84B7;
}
.TagClassName
{
border-color: #BD84B7;
}
</style>