Shades of Royal Heath #B05878
Tints of Royal Heath #B05878
RGB
CMYK
RGB Variations
Color information
#B05878 (or 0xB05878) is known color: Royal Heath. HEX triplet: B0, 58 and 78. RGB value is (176,88,120). Sum of RGB (Red+Green+Blue) = 176+88+120=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B05878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05878 is #4FA787. Grayscale: #757575. Windows color (decimal): -5220232 or 7887024. OLE color: 7887024.
HSL color Cylindrical-coordinate representation of color #B05878: hue angle of 338.18º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B05878 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 120 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.31 |
| HSL | 338.18º | 0.36% | 0.52% | - |
| HSV(B) | 338.18º | 0.5% | 0.69% | - |
| XYZ | 24.78 | 17.57 | 19.85 | - |
| YUV | 117.96 | 129.15 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 120 | 0 | 0.50 | 0.32 | 0.31 | 338.18 | 0.36 | 0.52 |
| Hex | B0 | 58 | 78 | 0 | 32 | 20 | 1F | 152 | 24 | 34 |
| Octal | 260 | 130 | 170 | 0 | 62 | 40 | 37 | 522 | 44 | 64 |
| Binary | 10110000 | 1011000 | 1111000 | 0 | 110010 | 100000 | 11111 | 101010010 | 100100 | 110100 |
Color Harmonies of #B05878
Complementary color
Monochromatic Colors of #B05878
Black with #B05878
Text Example
Text Example
White with #B05878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05878; }
p { color: rgb(176,88,120); }
H1.HeaderClassName
{
color: #B05878;
}
.AnyTagClassName
{
color: #B05878;
}
</style>
background-color css
<style>
a { background-color: #B05878; }
a { background-color: rgb(176,88,120); }
div.DivClassName
{
background-color: #B05878;
}
.BgClassName
{
background-color: #B05878;
}
</style>
border-color css
<style>
span { border-color: #B05878; }
span { border-color: rgb(176,88,120); }
td.TdClassName
{
border-color: #B05878;
}
.TagClassName
{
border-color: #B05878;
}
</style>