Shades of Royal Heath #BB457B
Tints of Royal Heath #BB457B
RGB
CMYK
RGB Variations
Color information
#BB457B (or 0xBB457B) is known color: Royal Heath. HEX triplet: BB, 45 and 7B. RGB value is (187,69,123). Sum of RGB (Red+Green+Blue) = 187+69+123=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB457B is #44BA84. Grayscale: #6E6E6E. Windows color (decimal): -4504197 or 8078779. OLE color: 8078779.
HSL color Cylindrical-coordinate representation of color #BB457B: hue angle of 332.54º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB457B is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 69 | 123 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.27 |
| HSL | 332.54º | 0.46% | 0.5% | - |
| HSV(B) | 332.54º | 0.63% | 0.73% | - |
| XYZ | 26.2 | 16.25 | 20.49 | - |
| YUV | 110.44 | 135.09 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 123 | 0 | 0.63 | 0.34 | 0.27 | 332.54 | 0.46 | 0.5 |
| Hex | BB | 45 | 7B | 0 | 3F | 22 | 1B | 14D | 2E | 32 |
| Octal | 273 | 105 | 173 | 0 | 77 | 42 | 33 | 515 | 56 | 62 |
| Binary | 10111011 | 1000101 | 1111011 | 0 | 111111 | 100010 | 11011 | 101001101 | 101110 | 110010 |
Color Harmonies of #BB457B
Complementary color
Monochromatic Colors of #BB457B
Black with #BB457B
Text Example
Text Example
White with #BB457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB457B; }
p { color: rgb(187,69,123); }
H1.HeaderClassName
{
color: #BB457B;
}
.AnyTagClassName
{
color: #BB457B;
}
</style>
background-color css
<style>
a { background-color: #BB457B; }
a { background-color: rgb(187,69,123); }
div.DivClassName
{
background-color: #BB457B;
}
.BgClassName
{
background-color: #BB457B;
}
</style>
border-color css
<style>
span { border-color: #BB457B; }
span { border-color: rgb(187,69,123); }
td.TdClassName
{
border-color: #BB457B;
}
.TagClassName
{
border-color: #BB457B;
}
</style>