Shades of Royal Heath #BD3F6E
Tints of Royal Heath #BD3F6E
RGB
CMYK
RGB Variations
Color information
#BD3F6E (or 0xBD3F6E) is known color: Royal Heath. HEX triplet: BD, 3F and 6E. RGB value is (189,63,110). Sum of RGB (Red+Green+Blue) = 189+63+110=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3F6E is #42C091. Grayscale: #696969. Windows color (decimal): -4374674 or 7225277. OLE color: 7225277.
HSL color Cylindrical-coordinate representation of color #BD3F6E: hue angle of 337.62º degrees, saturation: 0.5, 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 #BD3F6E is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 110 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.26 |
| HSL | 337.62º | 0.5% | 0.49% | - |
| HSV(B) | 337.62º | 0.67% | 0.74% | - |
| XYZ | 25.58 | 15.5 | 16.4 | - |
| YUV | 106.03 | 130.24 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 110 | 0 | 0.67 | 0.42 | 0.26 | 337.62 | 0.5 | 0.49 |
| Hex | BD | 3F | 6E | 0 | 43 | 2A | 1A | 152 | 32 | 31 |
| Octal | 275 | 77 | 156 | 0 | 103 | 52 | 32 | 522 | 62 | 61 |
| Binary | 10111101 | 111111 | 1101110 | 0 | 1000011 | 101010 | 11010 | 101010010 | 110010 | 110001 |
Color Harmonies of #BD3F6E
Complementary color
Monochromatic Colors of #BD3F6E
Black with #BD3F6E
Text Example
Text Example
White with #BD3F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F6E; }
p { color: rgb(189,63,110); }
H1.HeaderClassName
{
color: #BD3F6E;
}
.AnyTagClassName
{
color: #BD3F6E;
}
</style>
background-color css
<style>
a { background-color: #BD3F6E; }
a { background-color: rgb(189,63,110); }
div.DivClassName
{
background-color: #BD3F6E;
}
.BgClassName
{
background-color: #BD3F6E;
}
</style>
border-color css
<style>
span { border-color: #BD3F6E; }
span { border-color: rgb(189,63,110); }
td.TdClassName
{
border-color: #BD3F6E;
}
.TagClassName
{
border-color: #BD3F6E;
}
</style>