Shades of London Hue #BD7BB7
Tints of London Hue #BD7BB7
RGB
CMYK
RGB Variations
Color information
#BD7BB7 (or 0xBD7BB7) is known color: London Hue. HEX triplet: BD, 7B and B7. RGB value is (189,123,183). Sum of RGB (Red+Green+Blue) = 189+123+183=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7BB7 is #428448. Grayscale: #959595. Windows color (decimal): -4359241 or 12024765. OLE color: 12024765.
HSL color Cylindrical-coordinate representation of color #BD7BB7: hue angle of 305.45º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD7BB7 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 123 | 183 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.26 |
| HSL | 305.45º | 0.33% | 0.61% | - |
| HSV(B) | 305.45º | 0.35% | 0.74% | - |
| XYZ | 36.62 | 28.4 | 48.35 | - |
| YUV | 149.57 | 146.87 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 183 | 0 | 0.35 | 0.03 | 0.26 | 305.45 | 0.33 | 0.61 |
| Hex | BD | 7B | B7 | 0 | 23 | 3 | 1A | 131 | 21 | 3D |
| Octal | 275 | 173 | 267 | 0 | 43 | 3 | 32 | 461 | 41 | 75 |
| Binary | 10111101 | 1111011 | 10110111 | 0 | 100011 | 11 | 11010 | 100110001 | 100001 | 111101 |
Color Harmonies of #BD7BB7
Complementary color
Monochromatic Colors of #BD7BB7
Black with #BD7BB7
Text Example
Text Example
White with #BD7BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7BB7; }
p { color: rgb(189,123,183); }
H1.HeaderClassName
{
color: #BD7BB7;
}
.AnyTagClassName
{
color: #BD7BB7;
}
</style>
background-color css
<style>
a { background-color: #BD7BB7; }
a { background-color: rgb(189,123,183); }
div.DivClassName
{
background-color: #BD7BB7;
}
.BgClassName
{
background-color: #BD7BB7;
}
</style>
border-color css
<style>
span { border-color: #BD7BB7; }
span { border-color: rgb(189,123,183); }
td.TdClassName
{
border-color: #BD7BB7;
}
.TagClassName
{
border-color: #BD7BB7;
}
</style>