Shades of Royal Heath #BD3E74
Tints of Royal Heath #BD3E74
RGB
CMYK
RGB Variations
Color information
#BD3E74 (or 0xBD3E74) is known color: Royal Heath. HEX triplet: BD, 3E and 74. RGB value is (189,62,116). Sum of RGB (Red+Green+Blue) = 189+62+116=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3E74 is #42C18B. Grayscale: #6A6A6A. Windows color (decimal): -4374924 or 7618237. OLE color: 7618237.
HSL color Cylindrical-coordinate representation of color #BD3E74: hue angle of 334.49º 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 #BD3E74 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 116 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.26 |
| HSL | 334.49º | 0.51% | 0.49% | - |
| HSV(B) | 334.49º | 0.67% | 0.74% | - |
| XYZ | 25.86 | 15.53 | 18.16 | - |
| YUV | 106.13 | 133.58 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 116 | 0 | 0.67 | 0.39 | 0.26 | 334.49 | 0.51 | 0.49 |
| Hex | BD | 3E | 74 | 0 | 43 | 27 | 1A | 14E | 33 | 31 |
| Octal | 275 | 76 | 164 | 0 | 103 | 47 | 32 | 516 | 63 | 61 |
| Binary | 10111101 | 111110 | 1110100 | 0 | 1000011 | 100111 | 11010 | 101001110 | 110011 | 110001 |
Color Harmonies of #BD3E74
Complementary color
Monochromatic Colors of #BD3E74
Black with #BD3E74
Text Example
Text Example
White with #BD3E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E74; }
p { color: rgb(189,62,116); }
H1.HeaderClassName
{
color: #BD3E74;
}
.AnyTagClassName
{
color: #BD3E74;
}
</style>
background-color css
<style>
a { background-color: #BD3E74; }
a { background-color: rgb(189,62,116); }
div.DivClassName
{
background-color: #BD3E74;
}
.BgClassName
{
background-color: #BD3E74;
}
</style>
border-color css
<style>
span { border-color: #BD3E74; }
span { border-color: rgb(189,62,116); }
td.TdClassName
{
border-color: #BD3E74;
}
.TagClassName
{
border-color: #BD3E74;
}
</style>