Shades of Royal Heath #B5427C
Tints of Royal Heath #B5427C
RGB
CMYK
RGB Variations
Color information
#B5427C (or 0xB5427C) is known color: Royal Heath. HEX triplet: B5, 42 and 7C. RGB value is (181,66,124). Sum of RGB (Red+Green+Blue) = 181+66+124=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5427C is #4ABD83. Grayscale: #6A6A6A. Windows color (decimal): -4898180 or 8143541. OLE color: 8143541.
HSL color Cylindrical-coordinate representation of color #B5427C: hue angle of 329.74º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5427C is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 66 | 124 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.29 |
| HSL | 329.74º | 0.47% | 0.48% | - |
| HSV(B) | 329.74º | 0.64% | 0.71% | - |
| XYZ | 24.64 | 15.18 | 20.7 | - |
| YUV | 107 | 137.6 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 124 | 0 | 0.64 | 0.31 | 0.29 | 329.74 | 0.47 | 0.48 |
| Hex | B5 | 42 | 7C | 0 | 40 | 1F | 1D | 14A | 2F | 30 |
| Octal | 265 | 102 | 174 | 0 | 100 | 37 | 35 | 512 | 57 | 60 |
| Binary | 10110101 | 1000010 | 1111100 | 0 | 1000000 | 11111 | 11101 | 101001010 | 101111 | 110000 |
Color Harmonies of #B5427C
Complementary color
Monochromatic Colors of #B5427C
Black with #B5427C
Text Example
Text Example
White with #B5427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5427C; }
p { color: rgb(181,66,124); }
H1.HeaderClassName
{
color: #B5427C;
}
.AnyTagClassName
{
color: #B5427C;
}
</style>
background-color css
<style>
a { background-color: #B5427C; }
a { background-color: rgb(181,66,124); }
div.DivClassName
{
background-color: #B5427C;
}
.BgClassName
{
background-color: #B5427C;
}
</style>
border-color css
<style>
span { border-color: #B5427C; }
span { border-color: rgb(181,66,124); }
td.TdClassName
{
border-color: #B5427C;
}
.TagClassName
{
border-color: #B5427C;
}
</style>