Shades of London Hue #BD78B5
Tints of London Hue #BD78B5
RGB
CMYK
RGB Variations
Color information
#BD78B5 (or 0xBD78B5) is known color: London Hue. HEX triplet: BD, 78 and B5. RGB value is (189,120,181). Sum of RGB (Red+Green+Blue) = 189+120+181=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BD78B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD78B5 is #42874A. Grayscale: #939393. Windows color (decimal): -4360011 or 11892925. OLE color: 11892925.
HSL color Cylindrical-coordinate representation of color #BD78B5: hue angle of 306.96º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD78B5 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 181 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.26 |
| HSL | 306.96º | 0.34% | 0.61% | - |
| HSV(B) | 306.96º | 0.37% | 0.74% | - |
| XYZ | 36.04 | 27.59 | 47.14 | - |
| YUV | 147.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 181 | 0 | 0.37 | 0.04 | 0.26 | 306.96 | 0.34 | 0.61 |
| Hex | BD | 78 | B5 | 0 | 25 | 4 | 1A | 133 | 22 | 3D |
| Octal | 275 | 170 | 265 | 0 | 45 | 4 | 32 | 463 | 42 | 75 |
| Binary | 10111101 | 1111000 | 10110101 | 0 | 100101 | 100 | 11010 | 100110011 | 100010 | 111101 |
Color Harmonies of #BD78B5
Complementary color
Monochromatic Colors of #BD78B5
Black with #BD78B5
Text Example
Text Example
White with #BD78B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD78B5; }
p { color: rgb(189,120,181); }
H1.HeaderClassName
{
color: #BD78B5;
}
.AnyTagClassName
{
color: #BD78B5;
}
</style>
background-color css
<style>
a { background-color: #BD78B5; }
a { background-color: rgb(189,120,181); }
div.DivClassName
{
background-color: #BD78B5;
}
.BgClassName
{
background-color: #BD78B5;
}
</style>
border-color css
<style>
span { border-color: #BD78B5; }
span { border-color: rgb(189,120,181); }
td.TdClassName
{
border-color: #BD78B5;
}
.TagClassName
{
border-color: #BD78B5;
}
</style>