Shades of Royal Heath #BB4A7B
Tints of Royal Heath #BB4A7B
RGB
CMYK
RGB Variations
Color information
#BB4A7B (or 0xBB4A7B) is known color: Royal Heath. HEX triplet: BB, 4A and 7B. RGB value is (187,74,123). Sum of RGB (Red+Green+Blue) = 187+74+123=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A7B is #44B584. Grayscale: #717171. Windows color (decimal): -4502917 or 8080059. OLE color: 8080059.
HSL color Cylindrical-coordinate representation of color #BB4A7B: hue angle of 333.98º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4A7B is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 74 | 123 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.27 |
| HSL | 333.98º | 0.45% | 0.51% | - |
| HSV(B) | 333.98º | 0.6% | 0.73% | - |
| XYZ | 26.52 | 16.89 | 20.6 | - |
| YUV | 113.37 | 133.44 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 123 | 0 | 0.60 | 0.34 | 0.27 | 333.98 | 0.45 | 0.51 |
| Hex | BB | 4A | 7B | 0 | 3C | 22 | 1B | 14E | 2D | 33 |
| Octal | 273 | 112 | 173 | 0 | 74 | 42 | 33 | 516 | 55 | 63 |
| Binary | 10111011 | 1001010 | 1111011 | 0 | 111100 | 100010 | 11011 | 101001110 | 101101 | 110011 |
Color Harmonies of #BB4A7B
Complementary color
Monochromatic Colors of #BB4A7B
Black with #BB4A7B
Text Example
Text Example
White with #BB4A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4A7B; }
p { color: rgb(187,74,123); }
H1.HeaderClassName
{
color: #BB4A7B;
}
.AnyTagClassName
{
color: #BB4A7B;
}
</style>
background-color css
<style>
a { background-color: #BB4A7B; }
a { background-color: rgb(187,74,123); }
div.DivClassName
{
background-color: #BB4A7B;
}
.BgClassName
{
background-color: #BB4A7B;
}
</style>
border-color css
<style>
span { border-color: #BB4A7B; }
span { border-color: rgb(187,74,123); }
td.TdClassName
{
border-color: #BB4A7B;
}
.TagClassName
{
border-color: #BB4A7B;
}
</style>