Shades of Royal Heath #B0487A
Tints of Royal Heath #B0487A
RGB
CMYK
RGB Variations
Color information
#B0487A (or 0xB0487A) is known color: Royal Heath. HEX triplet: B0, 48 and 7A. RGB value is (176,72,122). Sum of RGB (Red+Green+Blue) = 176+72+122=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0487A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0487A is #4FB785. Grayscale: #6C6C6C. Windows color (decimal): -5224326 or 8014000. OLE color: 8014000.
HSL color Cylindrical-coordinate representation of color #B0487A: hue angle of 331.15º 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 #B0487A is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 122 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.31 |
| HSL | 331.15º | 0.42% | 0.49% | - |
| HSV(B) | 331.15º | 0.59% | 0.69% | - |
| XYZ | 23.73 | 15.27 | 20.11 | - |
| YUV | 108.8 | 135.46 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 122 | 0 | 0.59 | 0.31 | 0.31 | 331.15 | 0.42 | 0.49 |
| Hex | B0 | 48 | 7A | 0 | 3B | 1F | 1F | 14B | 2A | 31 |
| Octal | 260 | 110 | 172 | 0 | 73 | 37 | 37 | 513 | 52 | 61 |
| Binary | 10110000 | 1001000 | 1111010 | 0 | 111011 | 11111 | 11111 | 101001011 | 101010 | 110001 |
Color Harmonies of #B0487A
Complementary color
Monochromatic Colors of #B0487A
Black with #B0487A
Text Example
Text Example
White with #B0487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0487A; }
p { color: rgb(176,72,122); }
H1.HeaderClassName
{
color: #B0487A;
}
.AnyTagClassName
{
color: #B0487A;
}
</style>
background-color css
<style>
a { background-color: #B0487A; }
a { background-color: rgb(176,72,122); }
div.DivClassName
{
background-color: #B0487A;
}
.BgClassName
{
background-color: #B0487A;
}
</style>
border-color css
<style>
span { border-color: #B0487A; }
span { border-color: rgb(176,72,122); }
td.TdClassName
{
border-color: #B0487A;
}
.TagClassName
{
border-color: #B0487A;
}
</style>