Shades of Royal Heath #BD4275
Tints of Royal Heath #BD4275
RGB
CMYK
RGB Variations
Color information
#BD4275 (or 0xBD4275) is known color: Royal Heath. HEX triplet: BD, 42 and 75. RGB value is (189,66,117). Sum of RGB (Red+Green+Blue) = 189+66+117=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4275 is #42BD8A. Grayscale: #6C6C6C. Windows color (decimal): -4373899 or 7684797. OLE color: 7684797.
HSL color Cylindrical-coordinate representation of color #BD4275: hue angle of 335.12º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4275 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 117 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.26 |
| HSL | 335.12º | 0.48% | 0.5% | - |
| HSV(B) | 335.12º | 0.65% | 0.74% | - |
| XYZ | 26.15 | 16 | 18.54 | - |
| YUV | 108.59 | 132.75 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 117 | 0 | 0.65 | 0.38 | 0.26 | 335.12 | 0.48 | 0.5 |
| Hex | BD | 42 | 75 | 0 | 41 | 26 | 1A | 14F | 30 | 32 |
| Octal | 275 | 102 | 165 | 0 | 101 | 46 | 32 | 517 | 60 | 62 |
| Binary | 10111101 | 1000010 | 1110101 | 0 | 1000001 | 100110 | 11010 | 101001111 | 110000 | 110010 |
Color Harmonies of #BD4275
Complementary color
Monochromatic Colors of #BD4275
Black with #BD4275
Text Example
Text Example
White with #BD4275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4275; }
p { color: rgb(189,66,117); }
H1.HeaderClassName
{
color: #BD4275;
}
.AnyTagClassName
{
color: #BD4275;
}
</style>
background-color css
<style>
a { background-color: #BD4275; }
a { background-color: rgb(189,66,117); }
div.DivClassName
{
background-color: #BD4275;
}
.BgClassName
{
background-color: #BD4275;
}
</style>
border-color css
<style>
span { border-color: #BD4275; }
span { border-color: rgb(189,66,117); }
td.TdClassName
{
border-color: #BD4275;
}
.TagClassName
{
border-color: #BD4275;
}
</style>