Shades of Royal Heath #BD4875
Tints of Royal Heath #BD4875
RGB
CMYK
RGB Variations
Color information
#BD4875 (or 0xBD4875) is known color: Royal Heath. HEX triplet: BD, 48 and 75. RGB value is (189,72,117). Sum of RGB (Red+Green+Blue) = 189+72+117=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4875 is #42B78A. Grayscale: #707070. Windows color (decimal): -4372363 or 7686333. OLE color: 7686333.
HSL color Cylindrical-coordinate representation of color #BD4875: hue angle of 336.92º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4875 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 117 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.26 |
| HSL | 336.92º | 0.47% | 0.51% | - |
| HSV(B) | 336.92º | 0.62% | 0.74% | - |
| XYZ | 26.51 | 16.74 | 18.66 | - |
| YUV | 112.11 | 130.76 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 117 | 0 | 0.62 | 0.38 | 0.26 | 336.92 | 0.47 | 0.51 |
| Hex | BD | 48 | 75 | 0 | 3E | 26 | 1A | 151 | 2F | 33 |
| Octal | 275 | 110 | 165 | 0 | 76 | 46 | 32 | 521 | 57 | 63 |
| Binary | 10111101 | 1001000 | 1110101 | 0 | 111110 | 100110 | 11010 | 101010001 | 101111 | 110011 |
Color Harmonies of #BD4875
Complementary color
Monochromatic Colors of #BD4875
Black with #BD4875
Text Example
Text Example
White with #BD4875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4875; }
p { color: rgb(189,72,117); }
H1.HeaderClassName
{
color: #BD4875;
}
.AnyTagClassName
{
color: #BD4875;
}
</style>
background-color css
<style>
a { background-color: #BD4875; }
a { background-color: rgb(189,72,117); }
div.DivClassName
{
background-color: #BD4875;
}
.BgClassName
{
background-color: #BD4875;
}
</style>
border-color css
<style>
span { border-color: #BD4875; }
span { border-color: rgb(189,72,117); }
td.TdClassName
{
border-color: #BD4875;
}
.TagClassName
{
border-color: #BD4875;
}
</style>