Shades of London Hue #BB7DBB
Tints of London Hue #BB7DBB
RGB
CMYK
RGB Variations
Color information
#BB7DBB (or 0xBB7DBB) is known color: London Hue. HEX triplet: BB, 7D and BB. RGB value is (187,125,187). Sum of RGB (Red+Green+Blue) = 187+125+187=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB7DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DBB is #448244. Grayscale: #969696. Windows color (decimal): -4489797 or 12287419. OLE color: 12287419.
HSL color Cylindrical-coordinate representation of color #BB7DBB: hue angle of 300º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB7DBB is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 125 | 187 | - |
CMYK | 0 | 0.33 | 0 | 0.27 |
HSL | 300º | 0.31% | 0.61% | - |
HSV(B) | 300º | 0.33% | 0.73% | - |
XYZ | 36.8 | 28.82 | 50.64 | - |
YUV | 150.61 | 148.54 | 153.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 125 | 187 | 0 | 0.33 | 0 | 0.27 | 300 | 0.31 | 0.61 |
Hex | BB | 7D | BB | 0 | 21 | 0 | 1B | 12C | 1F | 3D |
Octal | 273 | 175 | 273 | 0 | 41 | 0 | 33 | 454 | 37 | 75 |
Binary | 10111011 | 1111101 | 10111011 | 0 | 100001 | 0 | 11011 | 100101100 | 11111 | 111101 |
Color Harmonies of #BB7DBB
Complementary color
Monochromatic Colors of #BB7DBB
Black with #BB7DBB
Text Example
Text Example
White with #BB7DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7DBB; }
p { color: rgb(187,125,187); }
H1.HeaderClassName
{
color: #BB7DBB;
}
.AnyTagClassName
{
color: #BB7DBB;
}
</style>
background-color css
<style>
a { background-color: #BB7DBB; }
a { background-color: rgb(187,125,187); }
div.DivClassName
{
background-color: #BB7DBB;
}
.BgClassName
{
background-color: #BB7DBB;
}
</style>
border-color css
<style>
span { border-color: #BB7DBB; }
span { border-color: rgb(187,125,187); }
td.TdClassName
{
border-color: #BB7DBB;
}
.TagClassName
{
border-color: #BB7DBB;
}
</style>