Shades of Royal Heath #BD3F68
Tints of Royal Heath #BD3F68
RGB
CMYK
RGB Variations
Color information
#BD3F68 (or 0xBD3F68) is known color: Royal Heath. HEX triplet: BD, 3F and 68. RGB value is (189,63,104). Sum of RGB (Red+Green+Blue) = 189+63+104=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3F68 is #42C097. Grayscale: #696969. Windows color (decimal): -4374680 or 6832061. OLE color: 6832061.
HSL color Cylindrical-coordinate representation of color #BD3F68: hue angle of 340.48º 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 #BD3F68 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 104 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.26 |
| HSL | 340.48º | 0.5% | 0.49% | - |
| HSV(B) | 340.48º | 0.67% | 0.74% | - |
| XYZ | 25.26 | 15.37 | 14.73 | - |
| YUV | 105.35 | 127.24 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 104 | 0 | 0.67 | 0.45 | 0.26 | 340.48 | 0.5 | 0.49 |
| Hex | BD | 3F | 68 | 0 | 43 | 2D | 1A | 154 | 32 | 31 |
| Octal | 275 | 77 | 150 | 0 | 103 | 55 | 32 | 524 | 62 | 61 |
| Binary | 10111101 | 111111 | 1101000 | 0 | 1000011 | 101101 | 11010 | 101010100 | 110010 | 110001 |
Color Harmonies of #BD3F68
Complementary color
Monochromatic Colors of #BD3F68
Black with #BD3F68
Text Example
Text Example
White with #BD3F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F68; }
p { color: rgb(189,63,104); }
H1.HeaderClassName
{
color: #BD3F68;
}
.AnyTagClassName
{
color: #BD3F68;
}
</style>
background-color css
<style>
a { background-color: #BD3F68; }
a { background-color: rgb(189,63,104); }
div.DivClassName
{
background-color: #BD3F68;
}
.BgClassName
{
background-color: #BD3F68;
}
</style>
border-color css
<style>
span { border-color: #BD3F68; }
span { border-color: rgb(189,63,104); }
td.TdClassName
{
border-color: #BD3F68;
}
.TagClassName
{
border-color: #BD3F68;
}
</style>