Shades of Royal Heath #BB497B
Tints of Royal Heath #BB497B
RGB
CMYK
RGB Variations
Color information
#BB497B (or 0xBB497B) is known color: Royal Heath. HEX triplet: BB, 49 and 7B. RGB value is (187,73,123). Sum of RGB (Red+Green+Blue) = 187+73+123=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB497B is #44B684. Grayscale: #707070. Windows color (decimal): -4503173 or 8079803. OLE color: 8079803.
HSL color Cylindrical-coordinate representation of color #BB497B: hue angle of 333.68º 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 #BB497B is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 123 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.27 |
| HSL | 333.68º | 0.46% | 0.51% | - |
| HSV(B) | 333.68º | 0.61% | 0.73% | - |
| XYZ | 26.45 | 16.76 | 20.58 | - |
| YUV | 112.79 | 133.77 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 123 | 0 | 0.61 | 0.34 | 0.27 | 333.68 | 0.46 | 0.51 |
| Hex | BB | 49 | 7B | 0 | 3D | 22 | 1B | 14E | 2E | 33 |
| Octal | 273 | 111 | 173 | 0 | 75 | 42 | 33 | 516 | 56 | 63 |
| Binary | 10111011 | 1001001 | 1111011 | 0 | 111101 | 100010 | 11011 | 101001110 | 101110 | 110011 |
Color Harmonies of #BB497B
Complementary color
Monochromatic Colors of #BB497B
Black with #BB497B
Text Example
Text Example
White with #BB497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB497B; }
p { color: rgb(187,73,123); }
H1.HeaderClassName
{
color: #BB497B;
}
.AnyTagClassName
{
color: #BB497B;
}
</style>
background-color css
<style>
a { background-color: #BB497B; }
a { background-color: rgb(187,73,123); }
div.DivClassName
{
background-color: #BB497B;
}
.BgClassName
{
background-color: #BB497B;
}
</style>
border-color css
<style>
span { border-color: #BB497B; }
span { border-color: rgb(187,73,123); }
td.TdClassName
{
border-color: #BB497B;
}
.TagClassName
{
border-color: #BB497B;
}
</style>