Shades of Royal Heath #B05884
Tints of Royal Heath #B05884
RGB
CMYK
RGB Variations
Color information
#B05884 (or 0xB05884) is known color: Royal Heath. HEX triplet: B0, 58 and 84. RGB value is (176,88,132). Sum of RGB (Red+Green+Blue) = 176+88+132=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B05884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05884 is #4FA77B. Grayscale: #777777. Windows color (decimal): -5220220 or 8673456. OLE color: 8673456.
HSL color Cylindrical-coordinate representation of color #B05884: hue angle of 330º 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 #B05884 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 132 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.31 |
| HSL | 330º | 0.36% | 0.52% | - |
| HSV(B) | 330º | 0.5% | 0.69% | - |
| XYZ | 25.56 | 17.88 | 23.93 | - |
| YUV | 119.33 | 135.15 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 132 | 0 | 0.50 | 0.25 | 0.31 | 330 | 0.36 | 0.52 |
| Hex | B0 | 58 | 84 | 0 | 32 | 19 | 1F | 14A | 24 | 34 |
| Octal | 260 | 130 | 204 | 0 | 62 | 31 | 37 | 512 | 44 | 64 |
| Binary | 10110000 | 1011000 | 10000100 | 0 | 110010 | 11001 | 11111 | 101001010 | 100100 | 110100 |
Color Harmonies of #B05884
Complementary color
Monochromatic Colors of #B05884
Black with #B05884
Text Example
Text Example
White with #B05884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05884; }
p { color: rgb(176,88,132); }
H1.HeaderClassName
{
color: #B05884;
}
.AnyTagClassName
{
color: #B05884;
}
</style>
background-color css
<style>
a { background-color: #B05884; }
a { background-color: rgb(176,88,132); }
div.DivClassName
{
background-color: #B05884;
}
.BgClassName
{
background-color: #B05884;
}
</style>
border-color css
<style>
span { border-color: #B05884; }
span { border-color: rgb(176,88,132); }
td.TdClassName
{
border-color: #B05884;
}
.TagClassName
{
border-color: #B05884;
}
</style>