Shades of Royal Heath #B93C78
Tints of Royal Heath #B93C78
RGB
CMYK
RGB Variations
Color information
#B93C78 (or 0xB93C78) is known color: Royal Heath. HEX triplet: B9, 3C and 78. RGB value is (185,60,120). Sum of RGB (Red+Green+Blue) = 185+60+120=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93C78 is #46C387. Grayscale: #686868. Windows color (decimal): -4637576 or 7879865. OLE color: 7879865.
HSL color Cylindrical-coordinate representation of color #B93C78: hue angle of 331.2º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93C78 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 60 | 120 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.27 |
| HSL | 331.2º | 0.51% | 0.48% | - |
| HSV(B) | 331.2º | 0.68% | 0.73% | - |
| XYZ | 25.01 | 14.9 | 19.33 | - |
| YUV | 104.22 | 136.91 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 60 | 120 | 0 | 0.68 | 0.35 | 0.27 | 331.2 | 0.51 | 0.48 |
| Hex | B9 | 3C | 78 | 0 | 44 | 23 | 1B | 14B | 33 | 30 |
| Octal | 271 | 74 | 170 | 0 | 104 | 43 | 33 | 513 | 63 | 60 |
| Binary | 10111001 | 111100 | 1111000 | 0 | 1000100 | 100011 | 11011 | 101001011 | 110011 | 110000 |
Color Harmonies of #B93C78
Complementary color
Monochromatic Colors of #B93C78
Black with #B93C78
Text Example
Text Example
White with #B93C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93C78; }
p { color: rgb(185,60,120); }
H1.HeaderClassName
{
color: #B93C78;
}
.AnyTagClassName
{
color: #B93C78;
}
</style>
background-color css
<style>
a { background-color: #B93C78; }
a { background-color: rgb(185,60,120); }
div.DivClassName
{
background-color: #B93C78;
}
.BgClassName
{
background-color: #B93C78;
}
</style>
border-color css
<style>
span { border-color: #B93C78; }
span { border-color: rgb(185,60,120); }
td.TdClassName
{
border-color: #B93C78;
}
.TagClassName
{
border-color: #B93C78;
}
</style>