Shades of Royal Heath #B53C6E
Tints of Royal Heath #B53C6E
RGB
CMYK
RGB Variations
Color information
#B53C6E (or 0xB53C6E) is known color: Royal Heath. HEX triplet: B5, 3C and 6E. RGB value is (181,60,110). Sum of RGB (Red+Green+Blue) = 181+60+110=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53C6E is #4AC391. Grayscale: #656565. Windows color (decimal): -4899730 or 7224501. OLE color: 7224501.
HSL color Cylindrical-coordinate representation of color #B53C6E: hue angle of 335.21º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53C6E is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 60 | 110 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.29 |
| HSL | 335.21º | 0.5% | 0.47% | - |
| HSV(B) | 335.21º | 0.67% | 0.71% | - |
| XYZ | 23.49 | 14.18 | 16.25 | - |
| YUV | 101.88 | 132.59 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 110 | 0 | 0.67 | 0.39 | 0.29 | 335.21 | 0.5 | 0.47 |
| Hex | B5 | 3C | 6E | 0 | 43 | 27 | 1D | 14F | 32 | 2F |
| Octal | 265 | 74 | 156 | 0 | 103 | 47 | 35 | 517 | 62 | 57 |
| Binary | 10110101 | 111100 | 1101110 | 0 | 1000011 | 100111 | 11101 | 101001111 | 110010 | 101111 |
Color Harmonies of #B53C6E
Complementary color
Monochromatic Colors of #B53C6E
Black with #B53C6E
Text Example
Text Example
White with #B53C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53C6E; }
p { color: rgb(181,60,110); }
H1.HeaderClassName
{
color: #B53C6E;
}
.AnyTagClassName
{
color: #B53C6E;
}
</style>
background-color css
<style>
a { background-color: #B53C6E; }
a { background-color: rgb(181,60,110); }
div.DivClassName
{
background-color: #B53C6E;
}
.BgClassName
{
background-color: #B53C6E;
}
</style>
border-color css
<style>
span { border-color: #B53C6E; }
span { border-color: rgb(181,60,110); }
td.TdClassName
{
border-color: #B53C6E;
}
.TagClassName
{
border-color: #B53C6E;
}
</style>