Shades of Royal Heath #B9407C
Tints of Royal Heath #B9407C
RGB
CMYK
RGB Variations
Color information
#B9407C (or 0xB9407C) is known color: Royal Heath. HEX triplet: B9, 40 and 7C. RGB value is (185,64,124). Sum of RGB (Red+Green+Blue) = 185+64+124=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B9407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9407C is #46BF83. Grayscale: #6A6A6A. Windows color (decimal): -4636548 or 8143033. OLE color: 8143033.
HSL color Cylindrical-coordinate representation of color #B9407C: hue angle of 330.25º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9407C is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 64 | 124 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.27 |
| HSL | 330.25º | 0.49% | 0.49% | - |
| HSV(B) | 330.25º | 0.65% | 0.73% | - |
| XYZ | 25.48 | 15.44 | 20.71 | - |
| YUV | 107.02 | 137.59 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 124 | 0 | 0.65 | 0.33 | 0.27 | 330.25 | 0.49 | 0.49 |
| Hex | B9 | 40 | 7C | 0 | 41 | 21 | 1B | 14A | 31 | 31 |
| Octal | 271 | 100 | 174 | 0 | 101 | 41 | 33 | 512 | 61 | 61 |
| Binary | 10111001 | 1000000 | 1111100 | 0 | 1000001 | 100001 | 11011 | 101001010 | 110001 | 110001 |
Color Harmonies of #B9407C
Complementary color
Monochromatic Colors of #B9407C
Black with #B9407C
Text Example
Text Example
White with #B9407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9407C; }
p { color: rgb(185,64,124); }
H1.HeaderClassName
{
color: #B9407C;
}
.AnyTagClassName
{
color: #B9407C;
}
</style>
background-color css
<style>
a { background-color: #B9407C; }
a { background-color: rgb(185,64,124); }
div.DivClassName
{
background-color: #B9407C;
}
.BgClassName
{
background-color: #B9407C;
}
</style>
border-color css
<style>
span { border-color: #B9407C; }
span { border-color: rgb(185,64,124); }
td.TdClassName
{
border-color: #B9407C;
}
.TagClassName
{
border-color: #B9407C;
}
</style>