Shades of Royal Heath #B03C76
Tints of Royal Heath #B03C76
RGB
CMYK
RGB Variations
Color information
#B03C76 (or 0xB03C76) is known color: Royal Heath. HEX triplet: B0, 3C and 76. RGB value is (176,60,118). Sum of RGB (Red+Green+Blue) = 176+60+118=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03C76 is #4FC389. Grayscale: #656565. Windows color (decimal): -5227402 or 7748784. OLE color: 7748784.
HSL color Cylindrical-coordinate representation of color #B03C76: hue angle of 330º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03C76 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 60 | 118 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.31 |
| HSL | 330º | 0.49% | 0.46% | - |
| HSV(B) | 330º | 0.66% | 0.69% | - |
| XYZ | 22.79 | 13.77 | 18.6 | - |
| YUV | 101.3 | 137.43 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 118 | 0 | 0.66 | 0.33 | 0.31 | 330 | 0.49 | 0.46 |
| Hex | B0 | 3C | 76 | 0 | 42 | 21 | 1F | 14A | 31 | 2E |
| Octal | 260 | 74 | 166 | 0 | 102 | 41 | 37 | 512 | 61 | 56 |
| Binary | 10110000 | 111100 | 1110110 | 0 | 1000010 | 100001 | 11111 | 101001010 | 110001 | 101110 |
Color Harmonies of #B03C76
Complementary color
Monochromatic Colors of #B03C76
Black with #B03C76
Text Example
Text Example
White with #B03C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03C76; }
p { color: rgb(176,60,118); }
H1.HeaderClassName
{
color: #B03C76;
}
.AnyTagClassName
{
color: #B03C76;
}
</style>
background-color css
<style>
a { background-color: #B03C76; }
a { background-color: rgb(176,60,118); }
div.DivClassName
{
background-color: #B03C76;
}
.BgClassName
{
background-color: #B03C76;
}
</style>
border-color css
<style>
span { border-color: #B03C76; }
span { border-color: rgb(176,60,118); }
td.TdClassName
{
border-color: #B03C76;
}
.TagClassName
{
border-color: #B03C76;
}
</style>