Shades of Royal Heath #B93F78
Tints of Royal Heath #B93F78
RGB
CMYK
RGB Variations
Color information
#B93F78 (or 0xB93F78) is known color: Royal Heath. HEX triplet: B9, 3F and 78. RGB value is (185,63,120). Sum of RGB (Red+Green+Blue) = 185+63+120=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93F78 is #46C087. Grayscale: #696969. Windows color (decimal): -4636808 or 7880633. OLE color: 7880633.
HSL color Cylindrical-coordinate representation of color #B93F78: hue angle of 331.97º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93F78 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 120 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.27 |
| HSL | 331.97º | 0.49% | 0.49% | - |
| HSV(B) | 331.97º | 0.66% | 0.73% | - |
| XYZ | 25.18 | 15.23 | 19.38 | - |
| YUV | 105.98 | 135.92 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 120 | 0 | 0.66 | 0.35 | 0.27 | 331.97 | 0.49 | 0.49 |
| Hex | B9 | 3F | 78 | 0 | 42 | 23 | 1B | 14C | 31 | 31 |
| Octal | 271 | 77 | 170 | 0 | 102 | 43 | 33 | 514 | 61 | 61 |
| Binary | 10111001 | 111111 | 1111000 | 0 | 1000010 | 100011 | 11011 | 101001100 | 110001 | 110001 |
Color Harmonies of #B93F78
Complementary color
Monochromatic Colors of #B93F78
Black with #B93F78
Text Example
Text Example
White with #B93F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93F78; }
p { color: rgb(185,63,120); }
H1.HeaderClassName
{
color: #B93F78;
}
.AnyTagClassName
{
color: #B93F78;
}
</style>
background-color css
<style>
a { background-color: #B93F78; }
a { background-color: rgb(185,63,120); }
div.DivClassName
{
background-color: #B93F78;
}
.BgClassName
{
background-color: #B93F78;
}
</style>
border-color css
<style>
span { border-color: #B93F78; }
span { border-color: rgb(185,63,120); }
td.TdClassName
{
border-color: #B93F78;
}
.TagClassName
{
border-color: #B93F78;
}
</style>