Shades of Royal Heath #B05082
Tints of Royal Heath #B05082
RGB
CMYK
RGB Variations
Color information
#B05082 (or 0xB05082) is known color: Royal Heath. HEX triplet: B0, 50 and 82. RGB value is (176,80,130). Sum of RGB (Red+Green+Blue) = 176+80+130=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B05082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05082 is #4FAF7D. Grayscale: #727272. Windows color (decimal): -5222270 or 8540336. OLE color: 8540336.
HSL color Cylindrical-coordinate representation of color #B05082: hue angle of 328.75º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B05082 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 130 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.31 |
| HSL | 328.75º | 0.38% | 0.5% | - |
| HSV(B) | 328.75º | 0.55% | 0.69% | - |
| XYZ | 24.8 | 16.58 | 23.01 | - |
| YUV | 114.4 | 136.8 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 130 | 0 | 0.55 | 0.26 | 0.31 | 328.75 | 0.38 | 0.5 |
| Hex | B0 | 50 | 82 | 0 | 37 | 1A | 1F | 149 | 26 | 32 |
| Octal | 260 | 120 | 202 | 0 | 67 | 32 | 37 | 511 | 46 | 62 |
| Binary | 10110000 | 1010000 | 10000010 | 0 | 110111 | 11010 | 11111 | 101001001 | 100110 | 110010 |
Color Harmonies of #B05082
Complementary color
Monochromatic Colors of #B05082
Black with #B05082
Text Example
Text Example
White with #B05082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05082; }
p { color: rgb(176,80,130); }
H1.HeaderClassName
{
color: #B05082;
}
.AnyTagClassName
{
color: #B05082;
}
</style>
background-color css
<style>
a { background-color: #B05082; }
a { background-color: rgb(176,80,130); }
div.DivClassName
{
background-color: #B05082;
}
.BgClassName
{
background-color: #B05082;
}
</style>
border-color css
<style>
span { border-color: #B05082; }
span { border-color: rgb(176,80,130); }
td.TdClassName
{
border-color: #B05082;
}
.TagClassName
{
border-color: #B05082;
}
</style>