Shades of Royal Heath #B33C76
Tints of Royal Heath #B33C76
RGB
CMYK
RGB Variations
Color information
#B33C76 (or 0xB33C76) is known color: Royal Heath. HEX triplet: B3, 3C and 76. RGB value is (179,60,118). Sum of RGB (Red+Green+Blue) = 179+60+118=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33C76 is #4CC389. Grayscale: #666666. Windows color (decimal): -5030794 or 7748787. OLE color: 7748787.
HSL color Cylindrical-coordinate representation of color #B33C76: hue angle of 330.76º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33C76 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 60 | 118 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.30 |
| HSL | 330.76º | 0.5% | 0.47% | - |
| HSV(B) | 330.76º | 0.66% | 0.7% | - |
| XYZ | 23.48 | 14.12 | 18.63 | - |
| YUV | 102.19 | 136.92 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 118 | 0 | 0.66 | 0.34 | 0.30 | 330.76 | 0.5 | 0.47 |
| Hex | B3 | 3C | 76 | 0 | 42 | 22 | 1E | 14B | 32 | 2F |
| Octal | 263 | 74 | 166 | 0 | 102 | 42 | 36 | 513 | 62 | 57 |
| Binary | 10110011 | 111100 | 1110110 | 0 | 1000010 | 100010 | 11110 | 101001011 | 110010 | 101111 |
Color Harmonies of #B33C76
Complementary color
Monochromatic Colors of #B33C76
Black with #B33C76
Text Example
Text Example
White with #B33C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33C76; }
p { color: rgb(179,60,118); }
H1.HeaderClassName
{
color: #B33C76;
}
.AnyTagClassName
{
color: #B33C76;
}
</style>
background-color css
<style>
a { background-color: #B33C76; }
a { background-color: rgb(179,60,118); }
div.DivClassName
{
background-color: #B33C76;
}
.BgClassName
{
background-color: #B33C76;
}
</style>
border-color css
<style>
span { border-color: #B33C76; }
span { border-color: rgb(179,60,118); }
td.TdClassName
{
border-color: #B33C76;
}
.TagClassName
{
border-color: #B33C76;
}
</style>