Shades of Royal Heath #BB3F77
Tints of Royal Heath #BB3F77
RGB
CMYK
RGB Variations
Color information
#BB3F77 (or 0xBB3F77) is known color: Royal Heath. HEX triplet: BB, 3F and 77. RGB value is (187,63,119). Sum of RGB (Red+Green+Blue) = 187+63+119=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3F77 is #44C088. Grayscale: #6A6A6A. Windows color (decimal): -4505737 or 7815099. OLE color: 7815099.
HSL color Cylindrical-coordinate representation of color #BB3F77: hue angle of 332.9º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB3F77 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 63 | 119 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.27 |
| HSL | 332.9º | 0.5% | 0.49% | - |
| HSV(B) | 332.9º | 0.66% | 0.73% | - |
| XYZ | 25.6 | 15.45 | 19.09 | - |
| YUV | 106.46 | 135.08 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 119 | 0 | 0.66 | 0.36 | 0.27 | 332.9 | 0.5 | 0.49 |
| Hex | BB | 3F | 77 | 0 | 42 | 24 | 1B | 14D | 32 | 31 |
| Octal | 273 | 77 | 167 | 0 | 102 | 44 | 33 | 515 | 62 | 61 |
| Binary | 10111011 | 111111 | 1110111 | 0 | 1000010 | 100100 | 11011 | 101001101 | 110010 | 110001 |
Color Harmonies of #BB3F77
Complementary color
Monochromatic Colors of #BB3F77
Black with #BB3F77
Text Example
Text Example
White with #BB3F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3F77; }
p { color: rgb(187,63,119); }
H1.HeaderClassName
{
color: #BB3F77;
}
.AnyTagClassName
{
color: #BB3F77;
}
</style>
background-color css
<style>
a { background-color: #BB3F77; }
a { background-color: rgb(187,63,119); }
div.DivClassName
{
background-color: #BB3F77;
}
.BgClassName
{
background-color: #BB3F77;
}
</style>
border-color css
<style>
span { border-color: #BB3F77; }
span { border-color: rgb(187,63,119); }
td.TdClassName
{
border-color: #BB3F77;
}
.TagClassName
{
border-color: #BB3F77;
}
</style>