Shades of Royal Heath #BD356F
Tints of Royal Heath #BD356F
RGB
CMYK
RGB Variations
Color information
#BD356F (or 0xBD356F) is known color: Royal Heath. HEX triplet: BD, 35 and 6F. RGB value is (189,53,111). Sum of RGB (Red+Green+Blue) = 189+53+111=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD356F is #42CA90. Grayscale: #646464. Windows color (decimal): -4377233 or 7288253. OLE color: 7288253.
HSL color Cylindrical-coordinate representation of color #BD356F: hue angle of 334.41º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD356F is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 53 | 111 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.26 |
| HSL | 334.41º | 0.56% | 0.47% | - |
| HSV(B) | 334.41º | 0.72% | 0.74% | - |
| XYZ | 25.13 | 14.51 | 16.52 | - |
| YUV | 100.28 | 134.06 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 111 | 0 | 0.72 | 0.41 | 0.26 | 334.41 | 0.56 | 0.47 |
| Hex | BD | 35 | 6F | 0 | 48 | 29 | 1A | 14E | 38 | 2F |
| Octal | 275 | 65 | 157 | 0 | 110 | 51 | 32 | 516 | 70 | 57 |
| Binary | 10111101 | 110101 | 1101111 | 0 | 1001000 | 101001 | 11010 | 101001110 | 111000 | 101111 |
Color Harmonies of #BD356F
Complementary color
Monochromatic Colors of #BD356F
Black with #BD356F
Text Example
Text Example
White with #BD356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD356F; }
p { color: rgb(189,53,111); }
H1.HeaderClassName
{
color: #BD356F;
}
.AnyTagClassName
{
color: #BD356F;
}
</style>
background-color css
<style>
a { background-color: #BD356F; }
a { background-color: rgb(189,53,111); }
div.DivClassName
{
background-color: #BD356F;
}
.BgClassName
{
background-color: #BD356F;
}
</style>
border-color css
<style>
span { border-color: #BD356F; }
span { border-color: rgb(189,53,111); }
td.TdClassName
{
border-color: #BD356F;
}
.TagClassName
{
border-color: #BD356F;
}
</style>