Shades of Royal Heath #B23C76
Tints of Royal Heath #B23C76
RGB
CMYK
RGB Variations
Color information
#B23C76 (or 0xB23C76) is known color: Royal Heath. HEX triplet: B2, 3C and 76. RGB value is (178,60,118). Sum of RGB (Red+Green+Blue) = 178+60+118=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23C76 is #4DC389. Grayscale: #656565. Windows color (decimal): -5096330 or 7748786. OLE color: 7748786.
HSL color Cylindrical-coordinate representation of color #B23C76: hue angle of 330.51º 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 #B23C76 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 118 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.30 |
| HSL | 330.51º | 0.5% | 0.47% | - |
| HSV(B) | 330.51º | 0.66% | 0.7% | - |
| XYZ | 23.25 | 14 | 18.62 | - |
| YUV | 101.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 118 | 0 | 0.66 | 0.34 | 0.30 | 330.51 | 0.5 | 0.47 |
| Hex | B2 | 3C | 76 | 0 | 42 | 22 | 1E | 14B | 32 | 2F |
| Octal | 262 | 74 | 166 | 0 | 102 | 42 | 36 | 513 | 62 | 57 |
| Binary | 10110010 | 111100 | 1110110 | 0 | 1000010 | 100010 | 11110 | 101001011 | 110010 | 101111 |
Color Harmonies of #B23C76
Complementary color
Monochromatic Colors of #B23C76
Black with #B23C76
Text Example
Text Example
White with #B23C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23C76; }
p { color: rgb(178,60,118); }
H1.HeaderClassName
{
color: #B23C76;
}
.AnyTagClassName
{
color: #B23C76;
}
</style>
background-color css
<style>
a { background-color: #B23C76; }
a { background-color: rgb(178,60,118); }
div.DivClassName
{
background-color: #B23C76;
}
.BgClassName
{
background-color: #B23C76;
}
</style>
border-color css
<style>
span { border-color: #B23C76; }
span { border-color: rgb(178,60,118); }
td.TdClassName
{
border-color: #B23C76;
}
.TagClassName
{
border-color: #B23C76;
}
</style>