Shades of Royal Heath #BD527A
Tints of Royal Heath #BD527A
RGB
CMYK
RGB Variations
Color information
#BD527A (or 0xBD527A) is known color: Royal Heath. HEX triplet: BD, 52 and 7A. RGB value is (189,82,122). Sum of RGB (Red+Green+Blue) = 189+82+122=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD527A is #42AD85. Grayscale: #767676. Windows color (decimal): -4369798 or 8016573. OLE color: 8016573.
HSL color Cylindrical-coordinate representation of color #BD527A: hue angle of 337.57º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD527A is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 122 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.26 |
| HSL | 337.57º | 0.45% | 0.53% | - |
| HSV(B) | 337.57º | 0.57% | 0.74% | - |
| XYZ | 27.52 | 18.26 | 20.49 | - |
| YUV | 118.55 | 129.95 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 122 | 0 | 0.57 | 0.35 | 0.26 | 337.57 | 0.45 | 0.53 |
| Hex | BD | 52 | 7A | 0 | 39 | 23 | 1A | 152 | 2D | 35 |
| Octal | 275 | 122 | 172 | 0 | 71 | 43 | 32 | 522 | 55 | 65 |
| Binary | 10111101 | 1010010 | 1111010 | 0 | 111001 | 100011 | 11010 | 101010010 | 101101 | 110101 |
Color Harmonies of #BD527A
Complementary color
Monochromatic Colors of #BD527A
Black with #BD527A
Text Example
Text Example
White with #BD527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD527A; }
p { color: rgb(189,82,122); }
H1.HeaderClassName
{
color: #BD527A;
}
.AnyTagClassName
{
color: #BD527A;
}
</style>
background-color css
<style>
a { background-color: #BD527A; }
a { background-color: rgb(189,82,122); }
div.DivClassName
{
background-color: #BD527A;
}
.BgClassName
{
background-color: #BD527A;
}
</style>
border-color css
<style>
span { border-color: #BD527A; }
span { border-color: rgb(189,82,122); }
td.TdClassName
{
border-color: #BD527A;
}
.TagClassName
{
border-color: #BD527A;
}
</style>