Shades of Royal Heath #B15082
Tints of Royal Heath #B15082
RGB
CMYK
RGB Variations
Color information
#B15082 (or 0xB15082) is known color: Royal Heath. HEX triplet: B1, 50 and 82. RGB value is (177,80,130). Sum of RGB (Red+Green+Blue) = 177+80+130=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B15082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15082 is #4EAF7D. Grayscale: #727272. Windows color (decimal): -5156734 or 8540337. OLE color: 8540337.
HSL color Cylindrical-coordinate representation of color #B15082: hue angle of 329.07º 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 #B15082 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 130 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.31 |
| HSL | 329.07º | 0.38% | 0.5% | - |
| HSV(B) | 329.07º | 0.55% | 0.69% | - |
| XYZ | 25.03 | 16.7 | 23.02 | - |
| YUV | 114.7 | 136.64 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 130 | 0 | 0.55 | 0.27 | 0.31 | 329.07 | 0.38 | 0.5 |
| Hex | B1 | 50 | 82 | 0 | 37 | 1B | 1F | 149 | 26 | 32 |
| Octal | 261 | 120 | 202 | 0 | 67 | 33 | 37 | 511 | 46 | 62 |
| Binary | 10110001 | 1010000 | 10000010 | 0 | 110111 | 11011 | 11111 | 101001001 | 100110 | 110010 |
Color Harmonies of #B15082
Complementary color
Monochromatic Colors of #B15082
Black with #B15082
Text Example
Text Example
White with #B15082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15082; }
p { color: rgb(177,80,130); }
H1.HeaderClassName
{
color: #B15082;
}
.AnyTagClassName
{
color: #B15082;
}
</style>
background-color css
<style>
a { background-color: #B15082; }
a { background-color: rgb(177,80,130); }
div.DivClassName
{
background-color: #B15082;
}
.BgClassName
{
background-color: #B15082;
}
</style>
border-color css
<style>
span { border-color: #B15082; }
span { border-color: rgb(177,80,130); }
td.TdClassName
{
border-color: #B15082;
}
.TagClassName
{
border-color: #B15082;
}
</style>