Shades of Royal Heath #BD407C
Tints of Royal Heath #BD407C
RGB
CMYK
RGB Variations
Color information
#BD407C (or 0xBD407C) is known color: Royal Heath. HEX triplet: BD, 40 and 7C. RGB value is (189,64,124). Sum of RGB (Red+Green+Blue) = 189+64+124=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD407C is #42BF83. Grayscale: #6C6C6C. Windows color (decimal): -4374404 or 8143037. OLE color: 8143037.
HSL color Cylindrical-coordinate representation of color #BD407C: hue angle of 331.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD407C is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 124 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.26 |
| HSL | 331.2º | 0.49% | 0.5% | - |
| HSV(B) | 331.2º | 0.66% | 0.74% | - |
| XYZ | 26.46 | 15.94 | 20.75 | - |
| YUV | 108.22 | 136.91 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 124 | 0 | 0.66 | 0.34 | 0.26 | 331.2 | 0.49 | 0.5 |
| Hex | BD | 40 | 7C | 0 | 42 | 22 | 1A | 14B | 31 | 32 |
| Octal | 275 | 100 | 174 | 0 | 102 | 42 | 32 | 513 | 61 | 62 |
| Binary | 10111101 | 1000000 | 1111100 | 0 | 1000010 | 100010 | 11010 | 101001011 | 110001 | 110010 |
Color Harmonies of #BD407C
Complementary color
Monochromatic Colors of #BD407C
Black with #BD407C
Text Example
Text Example
White with #BD407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD407C; }
p { color: rgb(189,64,124); }
H1.HeaderClassName
{
color: #BD407C;
}
.AnyTagClassName
{
color: #BD407C;
}
</style>
background-color css
<style>
a { background-color: #BD407C; }
a { background-color: rgb(189,64,124); }
div.DivClassName
{
background-color: #BD407C;
}
.BgClassName
{
background-color: #BD407C;
}
</style>
border-color css
<style>
span { border-color: #BD407C; }
span { border-color: rgb(189,64,124); }
td.TdClassName
{
border-color: #BD407C;
}
.TagClassName
{
border-color: #BD407C;
}
</style>