Shades of Royal Heath #BD457D
Tints of Royal Heath #BD457D
RGB
CMYK
RGB Variations
Color information
#BD457D (or 0xBD457D) is known color: Royal Heath. HEX triplet: BD, 45 and 7D. RGB value is (189,69,125). Sum of RGB (Red+Green+Blue) = 189+69+125=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD457D is #42BA82. Grayscale: #6F6F6F. Windows color (decimal): -4373123 or 8209853. OLE color: 8209853.
HSL color Cylindrical-coordinate representation of color #BD457D: hue angle of 332º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD457D is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 125 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.26 |
| HSL | 332º | 0.48% | 0.51% | - |
| HSV(B) | 332º | 0.63% | 0.74% | - |
| XYZ | 26.82 | 16.56 | 21.18 | - |
| YUV | 111.26 | 135.76 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 125 | 0 | 0.63 | 0.34 | 0.26 | 332 | 0.48 | 0.51 |
| Hex | BD | 45 | 7D | 0 | 3F | 22 | 1A | 14C | 30 | 33 |
| Octal | 275 | 105 | 175 | 0 | 77 | 42 | 32 | 514 | 60 | 63 |
| Binary | 10111101 | 1000101 | 1111101 | 0 | 111111 | 100010 | 11010 | 101001100 | 110000 | 110011 |
Color Harmonies of #BD457D
Complementary color
Monochromatic Colors of #BD457D
Black with #BD457D
Text Example
Text Example
White with #BD457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD457D; }
p { color: rgb(189,69,125); }
H1.HeaderClassName
{
color: #BD457D;
}
.AnyTagClassName
{
color: #BD457D;
}
</style>
background-color css
<style>
a { background-color: #BD457D; }
a { background-color: rgb(189,69,125); }
div.DivClassName
{
background-color: #BD457D;
}
.BgClassName
{
background-color: #BD457D;
}
</style>
border-color css
<style>
span { border-color: #BD457D; }
span { border-color: rgb(189,69,125); }
td.TdClassName
{
border-color: #BD457D;
}
.TagClassName
{
border-color: #BD457D;
}
</style>