Shades of Royal Heath #BD457C
Tints of Royal Heath #BD457C
RGB
CMYK
RGB Variations
Color information
#BD457C (or 0xBD457C) is known color: Royal Heath. HEX triplet: BD, 45 and 7C. RGB value is (189,69,124). Sum of RGB (Red+Green+Blue) = 189+69+124=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD457C is #42BA83. Grayscale: #6F6F6F. Windows color (decimal): -4373124 or 8144317. OLE color: 8144317.
HSL color Cylindrical-coordinate representation of color #BD457C: hue angle of 332.5º 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 #BD457C is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 124 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.26 |
| HSL | 332.5º | 0.48% | 0.51% | - |
| HSV(B) | 332.5º | 0.63% | 0.74% | - |
| XYZ | 26.75 | 16.53 | 20.85 | - |
| YUV | 111.15 | 135.26 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 124 | 0 | 0.63 | 0.34 | 0.26 | 332.5 | 0.48 | 0.51 |
| Hex | BD | 45 | 7C | 0 | 3F | 22 | 1A | 14C | 30 | 33 |
| Octal | 275 | 105 | 174 | 0 | 77 | 42 | 32 | 514 | 60 | 63 |
| Binary | 10111101 | 1000101 | 1111100 | 0 | 111111 | 100010 | 11010 | 101001100 | 110000 | 110011 |
Color Harmonies of #BD457C
Complementary color
Monochromatic Colors of #BD457C
Black with #BD457C
Text Example
Text Example
White with #BD457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD457C; }
p { color: rgb(189,69,124); }
H1.HeaderClassName
{
color: #BD457C;
}
.AnyTagClassName
{
color: #BD457C;
}
</style>
background-color css
<style>
a { background-color: #BD457C; }
a { background-color: rgb(189,69,124); }
div.DivClassName
{
background-color: #BD457C;
}
.BgClassName
{
background-color: #BD457C;
}
</style>
border-color css
<style>
span { border-color: #BD457C; }
span { border-color: rgb(189,69,124); }
td.TdClassName
{
border-color: #BD457C;
}
.TagClassName
{
border-color: #BD457C;
}
</style>