Shades of Royal Heath #BB4479
Tints of Royal Heath #BB4479
RGB
CMYK
RGB Variations
Color information
#BB4479 (or 0xBB4479) is known color: Royal Heath. HEX triplet: BB, 44 and 79. RGB value is (187,68,121). Sum of RGB (Red+Green+Blue) = 187+68+121=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4479 is #44BB86. Grayscale: #6D6D6D. Windows color (decimal): -4504455 or 7947451. OLE color: 7947451.
HSL color Cylindrical-coordinate representation of color #BB4479: hue angle of 333.28º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4479 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 121 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.27 |
| HSL | 333.28º | 0.47% | 0.5% | - |
| HSV(B) | 333.28º | 0.64% | 0.73% | - |
| XYZ | 26.01 | 16.08 | 19.82 | - |
| YUV | 109.62 | 134.42 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 121 | 0 | 0.64 | 0.35 | 0.27 | 333.28 | 0.47 | 0.5 |
| Hex | BB | 44 | 79 | 0 | 40 | 23 | 1B | 14D | 2F | 32 |
| Octal | 273 | 104 | 171 | 0 | 100 | 43 | 33 | 515 | 57 | 62 |
| Binary | 10111011 | 1000100 | 1111001 | 0 | 1000000 | 100011 | 11011 | 101001101 | 101111 | 110010 |
Color Harmonies of #BB4479
Complementary color
Monochromatic Colors of #BB4479
Black with #BB4479
Text Example
Text Example
White with #BB4479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4479; }
p { color: rgb(187,68,121); }
H1.HeaderClassName
{
color: #BB4479;
}
.AnyTagClassName
{
color: #BB4479;
}
</style>
background-color css
<style>
a { background-color: #BB4479; }
a { background-color: rgb(187,68,121); }
div.DivClassName
{
background-color: #BB4479;
}
.BgClassName
{
background-color: #BB4479;
}
</style>
border-color css
<style>
span { border-color: #BB4479; }
span { border-color: rgb(187,68,121); }
td.TdClassName
{
border-color: #BB4479;
}
.TagClassName
{
border-color: #BB4479;
}
</style>