Shades of Royal Heath #BD527B
Tints of Royal Heath #BD527B
RGB
CMYK
RGB Variations
Color information
#BD527B (or 0xBD527B) is known color: Royal Heath. HEX triplet: BD, 52 and 7B. RGB value is (189,82,123). Sum of RGB (Red+Green+Blue) = 189+82+123=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD527B is #42AD84. Grayscale: #767676. Windows color (decimal): -4369797 or 8082109. OLE color: 8082109.
HSL color Cylindrical-coordinate representation of color #BD527B: hue angle of 337.01º 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 #BD527B is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 123 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.26 |
| HSL | 337.01º | 0.45% | 0.53% | - |
| HSV(B) | 337.01º | 0.57% | 0.74% | - |
| XYZ | 27.58 | 18.28 | 20.81 | - |
| YUV | 118.67 | 130.45 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 123 | 0 | 0.57 | 0.35 | 0.26 | 337.01 | 0.45 | 0.53 |
| Hex | BD | 52 | 7B | 0 | 39 | 23 | 1A | 151 | 2D | 35 |
| Octal | 275 | 122 | 173 | 0 | 71 | 43 | 32 | 521 | 55 | 65 |
| Binary | 10111101 | 1010010 | 1111011 | 0 | 111001 | 100011 | 11010 | 101010001 | 101101 | 110101 |
Color Harmonies of #BD527B
Complementary color
Monochromatic Colors of #BD527B
Black with #BD527B
Text Example
Text Example
White with #BD527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD527B; }
p { color: rgb(189,82,123); }
H1.HeaderClassName
{
color: #BD527B;
}
.AnyTagClassName
{
color: #BD527B;
}
</style>
background-color css
<style>
a { background-color: #BD527B; }
a { background-color: rgb(189,82,123); }
div.DivClassName
{
background-color: #BD527B;
}
.BgClassName
{
background-color: #BD527B;
}
</style>
border-color css
<style>
span { border-color: #BD527B; }
span { border-color: rgb(189,82,123); }
td.TdClassName
{
border-color: #BD527B;
}
.TagClassName
{
border-color: #BD527B;
}
</style>