Shades of London Hue #BD77B6
Tints of London Hue #BD77B6
RGB
CMYK
RGB Variations
Color information
#BD77B6 (or 0xBD77B6) is known color: London Hue. HEX triplet: BD, 77 and B6. RGB value is (189,119,182). Sum of RGB (Red+Green+Blue) = 189+119+182=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BD77B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77B6 is #428849. Grayscale: #929292. Windows color (decimal): -4360266 or 11958205. OLE color: 11958205.
HSL color Cylindrical-coordinate representation of color #BD77B6: hue angle of 306º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD77B6 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 182 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.26 |
| HSL | 306º | 0.35% | 0.6% | - |
| HSV(B) | 306º | 0.37% | 0.74% | - |
| XYZ | 36.03 | 27.39 | 47.64 | - |
| YUV | 147.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 182 | 0 | 0.37 | 0.04 | 0.26 | 306 | 0.35 | 0.6 |
| Hex | BD | 77 | B6 | 0 | 25 | 4 | 1A | 132 | 23 | 3C |
| Octal | 275 | 167 | 266 | 0 | 45 | 4 | 32 | 462 | 43 | 74 |
| Binary | 10111101 | 1110111 | 10110110 | 0 | 100101 | 100 | 11010 | 100110010 | 100011 | 111100 |
Color Harmonies of #BD77B6
Complementary color
Monochromatic Colors of #BD77B6
Black with #BD77B6
Text Example
Text Example
White with #BD77B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD77B6; }
p { color: rgb(189,119,182); }
H1.HeaderClassName
{
color: #BD77B6;
}
.AnyTagClassName
{
color: #BD77B6;
}
</style>
background-color css
<style>
a { background-color: #BD77B6; }
a { background-color: rgb(189,119,182); }
div.DivClassName
{
background-color: #BD77B6;
}
.BgClassName
{
background-color: #BD77B6;
}
</style>
border-color css
<style>
span { border-color: #BD77B6; }
span { border-color: rgb(189,119,182); }
td.TdClassName
{
border-color: #BD77B6;
}
.TagClassName
{
border-color: #BD77B6;
}
</style>