Shades of Royal Heath #BD507D
Tints of Royal Heath #BD507D
RGB
CMYK
RGB Variations
Color information
#BD507D (or 0xBD507D) is known color: Royal Heath. HEX triplet: BD, 50 and 7D. RGB value is (189,80,125). Sum of RGB (Red+Green+Blue) = 189+80+125=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD507D is #42AF82. Grayscale: #757575. Windows color (decimal): -4370307 or 8212669. OLE color: 8212669.
HSL color Cylindrical-coordinate representation of color #BD507D: hue angle of 335.23º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD507D is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 125 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.26 |
| HSL | 335.23º | 0.45% | 0.53% | - |
| HSV(B) | 335.23º | 0.58% | 0.74% | - |
| XYZ | 27.56 | 18.04 | 21.43 | - |
| YUV | 117.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 125 | 0 | 0.58 | 0.34 | 0.26 | 335.23 | 0.45 | 0.53 |
| Hex | BD | 50 | 7D | 0 | 3A | 22 | 1A | 14F | 2D | 35 |
| Octal | 275 | 120 | 175 | 0 | 72 | 42 | 32 | 517 | 55 | 65 |
| Binary | 10111101 | 1010000 | 1111101 | 0 | 111010 | 100010 | 11010 | 101001111 | 101101 | 110101 |
Color Harmonies of #BD507D
Complementary color
Monochromatic Colors of #BD507D
Black with #BD507D
Text Example
Text Example
White with #BD507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD507D; }
p { color: rgb(189,80,125); }
H1.HeaderClassName
{
color: #BD507D;
}
.AnyTagClassName
{
color: #BD507D;
}
</style>
background-color css
<style>
a { background-color: #BD507D; }
a { background-color: rgb(189,80,125); }
div.DivClassName
{
background-color: #BD507D;
}
.BgClassName
{
background-color: #BD507D;
}
</style>
border-color css
<style>
span { border-color: #BD507D; }
span { border-color: rgb(189,80,125); }
td.TdClassName
{
border-color: #BD507D;
}
.TagClassName
{
border-color: #BD507D;
}
</style>