Shades of Royal Heath #B0487D
Tints of Royal Heath #B0487D
RGB
CMYK
RGB Variations
Color information
#B0487D (or 0xB0487D) is known color: Royal Heath. HEX triplet: B0, 48 and 7D. RGB value is (176,72,125). Sum of RGB (Red+Green+Blue) = 176+72+125=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B0487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0487D is #4FB782. Grayscale: #6D6D6D. Windows color (decimal): -5224323 or 8210608. OLE color: 8210608.
HSL color Cylindrical-coordinate representation of color #B0487D: hue angle of 329.42º 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 #B0487D is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 125 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.31 |
| HSL | 329.42º | 0.42% | 0.49% | - |
| HSV(B) | 329.42º | 0.59% | 0.69% | - |
| XYZ | 23.92 | 15.35 | 21.1 | - |
| YUV | 109.14 | 136.96 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 125 | 0 | 0.59 | 0.29 | 0.31 | 329.42 | 0.42 | 0.49 |
| Hex | B0 | 48 | 7D | 0 | 3B | 1D | 1F | 149 | 2A | 31 |
| Octal | 260 | 110 | 175 | 0 | 73 | 35 | 37 | 511 | 52 | 61 |
| Binary | 10110000 | 1001000 | 1111101 | 0 | 111011 | 11101 | 11111 | 101001001 | 101010 | 110001 |
Color Harmonies of #B0487D
Complementary color
Monochromatic Colors of #B0487D
Black with #B0487D
Text Example
Text Example
White with #B0487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0487D; }
p { color: rgb(176,72,125); }
H1.HeaderClassName
{
color: #B0487D;
}
.AnyTagClassName
{
color: #B0487D;
}
</style>
background-color css
<style>
a { background-color: #B0487D; }
a { background-color: rgb(176,72,125); }
div.DivClassName
{
background-color: #B0487D;
}
.BgClassName
{
background-color: #B0487D;
}
</style>
border-color css
<style>
span { border-color: #B0487D; }
span { border-color: rgb(176,72,125); }
td.TdClassName
{
border-color: #B0487D;
}
.TagClassName
{
border-color: #B0487D;
}
</style>