Shades of Royal Heath #BB3F6C
Tints of Royal Heath #BB3F6C
RGB
CMYK
RGB Variations
Color information
#BB3F6C (or 0xBB3F6C) is known color: Royal Heath. HEX triplet: BB, 3F and 6C. RGB value is (187,63,108). Sum of RGB (Red+Green+Blue) = 187+63+108=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3F6C is #44C093. Grayscale: #696969. Windows color (decimal): -4505748 or 7094203. OLE color: 7094203.
HSL color Cylindrical-coordinate representation of color #BB3F6C: hue angle of 338.23º 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 #BB3F6C is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 63 | 108 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.27 |
| HSL | 338.23º | 0.5% | 0.49% | - |
| HSV(B) | 338.23º | 0.66% | 0.73% | - |
| XYZ | 24.98 | 15.2 | 15.81 | - |
| YUV | 105.21 | 129.58 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 108 | 0 | 0.66 | 0.42 | 0.27 | 338.23 | 0.5 | 0.49 |
| Hex | BB | 3F | 6C | 0 | 42 | 2A | 1B | 152 | 32 | 31 |
| Octal | 273 | 77 | 154 | 0 | 102 | 52 | 33 | 522 | 62 | 61 |
| Binary | 10111011 | 111111 | 1101100 | 0 | 1000010 | 101010 | 11011 | 101010010 | 110010 | 110001 |
Color Harmonies of #BB3F6C
Complementary color
Monochromatic Colors of #BB3F6C
Black with #BB3F6C
Text Example
Text Example
White with #BB3F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3F6C; }
p { color: rgb(187,63,108); }
H1.HeaderClassName
{
color: #BB3F6C;
}
.AnyTagClassName
{
color: #BB3F6C;
}
</style>
background-color css
<style>
a { background-color: #BB3F6C; }
a { background-color: rgb(187,63,108); }
div.DivClassName
{
background-color: #BB3F6C;
}
.BgClassName
{
background-color: #BB3F6C;
}
</style>
border-color css
<style>
span { border-color: #BB3F6C; }
span { border-color: rgb(187,63,108); }
td.TdClassName
{
border-color: #BB3F6C;
}
.TagClassName
{
border-color: #BB3F6C;
}
</style>