Shades of Royal Heath #BB547D
Tints of Royal Heath #BB547D
RGB
CMYK
RGB Variations
Color information
#BB547D (or 0xBB547D) is known color: Royal Heath. HEX triplet: BB, 54 and 7D. RGB value is (187,84,125). Sum of RGB (Red+Green+Blue) = 187+84+125=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB547D is #44AB82. Grayscale: #777777. Windows color (decimal): -4500355 or 8213691. OLE color: 8213691.
HSL color Cylindrical-coordinate representation of color #BB547D: hue angle of 336.12º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB547D is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 84 | 125 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.27 |
| HSL | 336.12º | 0.43% | 0.53% | - |
| HSV(B) | 336.12º | 0.55% | 0.73% | - |
| XYZ | 27.37 | 18.39 | 21.51 | - |
| YUV | 119.47 | 131.12 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 84 | 125 | 0 | 0.55 | 0.33 | 0.27 | 336.12 | 0.43 | 0.53 |
| Hex | BB | 54 | 7D | 0 | 37 | 21 | 1B | 150 | 2B | 35 |
| Octal | 273 | 124 | 175 | 0 | 67 | 41 | 33 | 520 | 53 | 65 |
| Binary | 10111011 | 1010100 | 1111101 | 0 | 110111 | 100001 | 11011 | 101010000 | 101011 | 110101 |
Color Harmonies of #BB547D
Complementary color
Monochromatic Colors of #BB547D
Black with #BB547D
Text Example
Text Example
White with #BB547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB547D; }
p { color: rgb(187,84,125); }
H1.HeaderClassName
{
color: #BB547D;
}
.AnyTagClassName
{
color: #BB547D;
}
</style>
background-color css
<style>
a { background-color: #BB547D; }
a { background-color: rgb(187,84,125); }
div.DivClassName
{
background-color: #BB547D;
}
.BgClassName
{
background-color: #BB547D;
}
</style>
border-color css
<style>
span { border-color: #BB547D; }
span { border-color: rgb(187,84,125); }
td.TdClassName
{
border-color: #BB547D;
}
.TagClassName
{
border-color: #BB547D;
}
</style>