Shades of London Hue #BD84B5
Tints of London Hue #BD84B5
RGB
CMYK
RGB Variations
Color information
#BD84B5 (or 0xBD84B5) is known color: London Hue. HEX triplet: BD, 84 and B5. RGB value is (189,132,181). Sum of RGB (Red+Green+Blue) = 189+132+181=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BD84B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD84B5 is #427B4A. Grayscale: #9A9A9A. Windows color (decimal): -4356939 or 11895997. OLE color: 11895997.
HSL color Cylindrical-coordinate representation of color #BD84B5: hue angle of 308.42º 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 #BD84B5 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 181 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.26 |
| HSL | 308.42º | 0.3% | 0.63% | - |
| HSV(B) | 308.42º | 0.3% | 0.74% | - |
| XYZ | 37.58 | 30.66 | 47.65 | - |
| YUV | 154.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 181 | 0 | 0.30 | 0.04 | 0.26 | 308.42 | 0.3 | 0.63 |
| Hex | BD | 84 | B5 | 0 | 1E | 4 | 1A | 134 | 1E | 3F |
| Octal | 275 | 204 | 265 | 0 | 36 | 4 | 32 | 464 | 36 | 77 |
| Binary | 10111101 | 10000100 | 10110101 | 0 | 11110 | 100 | 11010 | 100110100 | 11110 | 111111 |
Color Harmonies of #BD84B5
Complementary color
Monochromatic Colors of #BD84B5
Black with #BD84B5
Text Example
Text Example
White with #BD84B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD84B5; }
p { color: rgb(189,132,181); }
H1.HeaderClassName
{
color: #BD84B5;
}
.AnyTagClassName
{
color: #BD84B5;
}
</style>
background-color css
<style>
a { background-color: #BD84B5; }
a { background-color: rgb(189,132,181); }
div.DivClassName
{
background-color: #BD84B5;
}
.BgClassName
{
background-color: #BD84B5;
}
</style>
border-color css
<style>
span { border-color: #BD84B5; }
span { border-color: rgb(189,132,181); }
td.TdClassName
{
border-color: #BD84B5;
}
.TagClassName
{
border-color: #BD84B5;
}
</style>