Shades of Royal Heath #BD416B
Tints of Royal Heath #BD416B
RGB
CMYK
RGB Variations
Color information
#BD416B (or 0xBD416B) is known color: Royal Heath. HEX triplet: BD, 41 and 6B. RGB value is (189,65,107). Sum of RGB (Red+Green+Blue) = 189+65+107=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD416B is #42BE94. Grayscale: #6A6A6A. Windows color (decimal): -4374165 or 7029181. OLE color: 7029181.
HSL color Cylindrical-coordinate representation of color #BD416B: hue angle of 339.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD416B is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 107 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.26 |
| HSL | 339.68º | 0.49% | 0.5% | - |
| HSV(B) | 339.68º | 0.66% | 0.74% | - |
| XYZ | 25.53 | 15.66 | 15.59 | - |
| YUV | 106.86 | 128.08 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 107 | 0 | 0.66 | 0.43 | 0.26 | 339.68 | 0.49 | 0.5 |
| Hex | BD | 41 | 6B | 0 | 42 | 2B | 1A | 154 | 31 | 32 |
| Octal | 275 | 101 | 153 | 0 | 102 | 53 | 32 | 524 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1101011 | 0 | 1000010 | 101011 | 11010 | 101010100 | 110001 | 110010 |
Color Harmonies of #BD416B
Complementary color
Monochromatic Colors of #BD416B
Black with #BD416B
Text Example
Text Example
White with #BD416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD416B; }
p { color: rgb(189,65,107); }
H1.HeaderClassName
{
color: #BD416B;
}
.AnyTagClassName
{
color: #BD416B;
}
</style>
background-color css
<style>
a { background-color: #BD416B; }
a { background-color: rgb(189,65,107); }
div.DivClassName
{
background-color: #BD416B;
}
.BgClassName
{
background-color: #BD416B;
}
</style>
border-color css
<style>
span { border-color: #BD416B; }
span { border-color: rgb(189,65,107); }
td.TdClassName
{
border-color: #BD416B;
}
.TagClassName
{
border-color: #BD416B;
}
</style>