Shades of Royal Heath #B0487B
Tints of Royal Heath #B0487B
RGB
CMYK
RGB Variations
Color information
#B0487B (or 0xB0487B) is known color: Royal Heath. HEX triplet: B0, 48 and 7B. RGB value is (176,72,123). Sum of RGB (Red+Green+Blue) = 176+72+123=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0487B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0487B is #4FB784. Grayscale: #6C6C6C. Windows color (decimal): -5224325 or 8079536. OLE color: 8079536.
HSL color Cylindrical-coordinate representation of color #B0487B: hue angle of 330.58º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0487B is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 123 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.31 |
| HSL | 330.58º | 0.42% | 0.49% | - |
| HSV(B) | 330.58º | 0.59% | 0.69% | - |
| XYZ | 23.8 | 15.29 | 20.44 | - |
| YUV | 108.91 | 135.96 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 123 | 0 | 0.59 | 0.30 | 0.31 | 330.58 | 0.42 | 0.49 |
| Hex | B0 | 48 | 7B | 0 | 3B | 1E | 1F | 14B | 2A | 31 |
| Octal | 260 | 110 | 173 | 0 | 73 | 36 | 37 | 513 | 52 | 61 |
| Binary | 10110000 | 1001000 | 1111011 | 0 | 111011 | 11110 | 11111 | 101001011 | 101010 | 110001 |
Color Harmonies of #B0487B
Complementary color
Monochromatic Colors of #B0487B
Black with #B0487B
Text Example
Text Example
White with #B0487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0487B; }
p { color: rgb(176,72,123); }
H1.HeaderClassName
{
color: #B0487B;
}
.AnyTagClassName
{
color: #B0487B;
}
</style>
background-color css
<style>
a { background-color: #B0487B; }
a { background-color: rgb(176,72,123); }
div.DivClassName
{
background-color: #B0487B;
}
.BgClassName
{
background-color: #B0487B;
}
</style>
border-color css
<style>
span { border-color: #B0487B; }
span { border-color: rgb(176,72,123); }
td.TdClassName
{
border-color: #B0487B;
}
.TagClassName
{
border-color: #B0487B;
}
</style>