Shades of Royal Heath #B5507E
Tints of Royal Heath #B5507E
RGB
CMYK
RGB Variations
Color information
#B5507E (or 0xB5507E) is known color: Royal Heath. HEX triplet: B5, 50 and 7E. RGB value is (181,80,126). Sum of RGB (Red+Green+Blue) = 181+80+126=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B5507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5507E is #4AAF81. Grayscale: #737373. Windows color (decimal): -4894594 or 8278197. OLE color: 8278197.
HSL color Cylindrical-coordinate representation of color #B5507E: hue angle of 332.67º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5507E is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 126 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.29 |
| HSL | 332.67º | 0.41% | 0.51% | - |
| HSV(B) | 332.67º | 0.56% | 0.71% | - |
| XYZ | 25.69 | 17.07 | 21.68 | - |
| YUV | 115.44 | 133.96 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 126 | 0 | 0.56 | 0.30 | 0.29 | 332.67 | 0.41 | 0.51 |
| Hex | B5 | 50 | 7E | 0 | 38 | 1E | 1D | 14D | 29 | 33 |
| Octal | 265 | 120 | 176 | 0 | 70 | 36 | 35 | 515 | 51 | 63 |
| Binary | 10110101 | 1010000 | 1111110 | 0 | 111000 | 11110 | 11101 | 101001101 | 101001 | 110011 |
Color Harmonies of #B5507E
Complementary color
Monochromatic Colors of #B5507E
Black with #B5507E
Text Example
Text Example
White with #B5507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5507E; }
p { color: rgb(181,80,126); }
H1.HeaderClassName
{
color: #B5507E;
}
.AnyTagClassName
{
color: #B5507E;
}
</style>
background-color css
<style>
a { background-color: #B5507E; }
a { background-color: rgb(181,80,126); }
div.DivClassName
{
background-color: #B5507E;
}
.BgClassName
{
background-color: #B5507E;
}
</style>
border-color css
<style>
span { border-color: #B5507E; }
span { border-color: rgb(181,80,126); }
td.TdClassName
{
border-color: #B5507E;
}
.TagClassName
{
border-color: #B5507E;
}
</style>