Shades of Royal Heath #BB487E
Tints of Royal Heath #BB487E
RGB
CMYK
RGB Variations
Color information
#BB487E (or 0xBB487E) is known color: Royal Heath. HEX triplet: BB, 48 and 7E. RGB value is (187,72,126). Sum of RGB (Red+Green+Blue) = 187+72+126=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB487E is #44B781. Grayscale: #707070. Windows color (decimal): -4503426 or 8276155. OLE color: 8276155.
HSL color Cylindrical-coordinate representation of color #BB487E: hue angle of 331.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB487E is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 126 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.27 |
| HSL | 331.83º | 0.46% | 0.51% | - |
| HSV(B) | 331.83º | 0.61% | 0.73% | - |
| XYZ | 26.58 | 16.71 | 21.56 | - |
| YUV | 112.54 | 135.6 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 126 | 0 | 0.61 | 0.33 | 0.27 | 331.83 | 0.46 | 0.51 |
| Hex | BB | 48 | 7E | 0 | 3D | 21 | 1B | 14C | 2E | 33 |
| Octal | 273 | 110 | 176 | 0 | 75 | 41 | 33 | 514 | 56 | 63 |
| Binary | 10111011 | 1001000 | 1111110 | 0 | 111101 | 100001 | 11011 | 101001100 | 101110 | 110011 |
Color Harmonies of #BB487E
Complementary color
Monochromatic Colors of #BB487E
Black with #BB487E
Text Example
Text Example
White with #BB487E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB487E; }
p { color: rgb(187,72,126); }
H1.HeaderClassName
{
color: #BB487E;
}
.AnyTagClassName
{
color: #BB487E;
}
</style>
background-color css
<style>
a { background-color: #BB487E; }
a { background-color: rgb(187,72,126); }
div.DivClassName
{
background-color: #BB487E;
}
.BgClassName
{
background-color: #BB487E;
}
</style>
border-color css
<style>
span { border-color: #BB487E; }
span { border-color: rgb(187,72,126); }
td.TdClassName
{
border-color: #BB487E;
}
.TagClassName
{
border-color: #BB487E;
}
</style>