Shades of London Hue #BD78BA
Tints of London Hue #BD78BA
RGB
CMYK
RGB Variations
Color information
#BD78BA (or 0xBD78BA) is known color: London Hue. HEX triplet: BD, 78 and BA. RGB value is (189,120,186). Sum of RGB (Red+Green+Blue) = 189+120+186=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BD78BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD78BA is #428745. Grayscale: #939393. Windows color (decimal): -4360006 or 12220605. OLE color: 12220605.
HSL color Cylindrical-coordinate representation of color #BD78BA: hue angle of 302.61º 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 #BD78BA is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 186 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.26 |
| HSL | 302.61º | 0.34% | 0.61% | - |
| HSV(B) | 302.61º | 0.37% | 0.74% | - |
| XYZ | 36.57 | 27.8 | 49.89 | - |
| YUV | 148.16 | 149.36 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 186 | 0 | 0.37 | 0.02 | 0.26 | 302.61 | 0.34 | 0.61 |
| Hex | BD | 78 | BA | 0 | 25 | 2 | 1A | 12F | 22 | 3D |
| Octal | 275 | 170 | 272 | 0 | 45 | 2 | 32 | 457 | 42 | 75 |
| Binary | 10111101 | 1111000 | 10111010 | 0 | 100101 | 10 | 11010 | 100101111 | 100010 | 111101 |
Color Harmonies of #BD78BA
Complementary color
Monochromatic Colors of #BD78BA
Black with #BD78BA
Text Example
Text Example
White with #BD78BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD78BA; }
p { color: rgb(189,120,186); }
H1.HeaderClassName
{
color: #BD78BA;
}
.AnyTagClassName
{
color: #BD78BA;
}
</style>
background-color css
<style>
a { background-color: #BD78BA; }
a { background-color: rgb(189,120,186); }
div.DivClassName
{
background-color: #BD78BA;
}
.BgClassName
{
background-color: #BD78BA;
}
</style>
border-color css
<style>
span { border-color: #BD78BA; }
span { border-color: rgb(189,120,186); }
td.TdClassName
{
border-color: #BD78BA;
}
.TagClassName
{
border-color: #BD78BA;
}
</style>