Shades of Royal Heath #BD3E72
Tints of Royal Heath #BD3E72
RGB
CMYK
RGB Variations
Color information
#BD3E72 (or 0xBD3E72) is known color: Royal Heath. HEX triplet: BD, 3E and 72. RGB value is (189,62,114). Sum of RGB (Red+Green+Blue) = 189+62+114=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3E72 is #42C18D. Grayscale: #696969. Windows color (decimal): -4374926 or 7487165. OLE color: 7487165.
HSL color Cylindrical-coordinate representation of color #BD3E72: hue angle of 335.43º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3E72 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 114 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.26 |
| HSL | 335.43º | 0.51% | 0.49% | - |
| HSV(B) | 335.43º | 0.67% | 0.74% | - |
| XYZ | 25.75 | 15.48 | 17.55 | - |
| YUV | 105.9 | 132.58 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 114 | 0 | 0.67 | 0.40 | 0.26 | 335.43 | 0.51 | 0.49 |
| Hex | BD | 3E | 72 | 0 | 43 | 28 | 1A | 14F | 33 | 31 |
| Octal | 275 | 76 | 162 | 0 | 103 | 50 | 32 | 517 | 63 | 61 |
| Binary | 10111101 | 111110 | 1110010 | 0 | 1000011 | 101000 | 11010 | 101001111 | 110011 | 110001 |
Color Harmonies of #BD3E72
Complementary color
Monochromatic Colors of #BD3E72
Black with #BD3E72
Text Example
Text Example
White with #BD3E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E72; }
p { color: rgb(189,62,114); }
H1.HeaderClassName
{
color: #BD3E72;
}
.AnyTagClassName
{
color: #BD3E72;
}
</style>
background-color css
<style>
a { background-color: #BD3E72; }
a { background-color: rgb(189,62,114); }
div.DivClassName
{
background-color: #BD3E72;
}
.BgClassName
{
background-color: #BD3E72;
}
</style>
border-color css
<style>
span { border-color: #BD3E72; }
span { border-color: rgb(189,62,114); }
td.TdClassName
{
border-color: #BD3E72;
}
.TagClassName
{
border-color: #BD3E72;
}
</style>