Shades of Royal Heath #B8527D
Tints of Royal Heath #B8527D
RGB
CMYK
RGB Variations
Color information
#B8527D (or 0xB8527D) is known color: Royal Heath. HEX triplet: B8, 52 and 7D. RGB value is (184,82,125). Sum of RGB (Red+Green+Blue) = 184+82+125=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B8527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8527D is #47AD82. Grayscale: #757575. Windows color (decimal): -4697475 or 8213176. OLE color: 8213176.
HSL color Cylindrical-coordinate representation of color #B8527D: hue angle of 334.71º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8527D is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 125 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.28 |
| HSL | 334.71º | 0.42% | 0.52% | - |
| HSV(B) | 334.71º | 0.55% | 0.72% | - |
| XYZ | 26.49 | 17.71 | 21.42 | - |
| YUV | 117.4 | 132.29 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 125 | 0 | 0.55 | 0.32 | 0.28 | 334.71 | 0.42 | 0.52 |
| Hex | B8 | 52 | 7D | 0 | 37 | 20 | 1C | 14F | 2A | 34 |
| Octal | 270 | 122 | 175 | 0 | 67 | 40 | 34 | 517 | 52 | 64 |
| Binary | 10111000 | 1010010 | 1111101 | 0 | 110111 | 100000 | 11100 | 101001111 | 101010 | 110100 |
Color Harmonies of #B8527D
Complementary color
Monochromatic Colors of #B8527D
Black with #B8527D
Text Example
Text Example
White with #B8527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8527D; }
p { color: rgb(184,82,125); }
H1.HeaderClassName
{
color: #B8527D;
}
.AnyTagClassName
{
color: #B8527D;
}
</style>
background-color css
<style>
a { background-color: #B8527D; }
a { background-color: rgb(184,82,125); }
div.DivClassName
{
background-color: #B8527D;
}
.BgClassName
{
background-color: #B8527D;
}
</style>
border-color css
<style>
span { border-color: #B8527D; }
span { border-color: rgb(184,82,125); }
td.TdClassName
{
border-color: #B8527D;
}
.TagClassName
{
border-color: #B8527D;
}
</style>