Shades of Royal Heath #B23B72
Tints of Royal Heath #B23B72
RGB
CMYK
RGB Variations
Color information
#B23B72 (or 0xB23B72) is known color: Royal Heath. HEX triplet: B2, 3B and 72. RGB value is (178,59,114). Sum of RGB (Red+Green+Blue) = 178+59+114=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23B72 is #4DC48D. Grayscale: #646464. Windows color (decimal): -5096590 or 7486386. OLE color: 7486386.
HSL color Cylindrical-coordinate representation of color #B23B72: hue angle of 332.27º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23B72 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 114 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.30 |
| HSL | 332.27º | 0.5% | 0.46% | - |
| HSV(B) | 332.27º | 0.67% | 0.7% | - |
| XYZ | 22.96 | 13.81 | 17.37 | - |
| YUV | 100.85 | 135.42 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 114 | 0 | 0.67 | 0.36 | 0.30 | 332.27 | 0.5 | 0.46 |
| Hex | B2 | 3B | 72 | 0 | 43 | 24 | 1E | 14C | 32 | 2E |
| Octal | 262 | 73 | 162 | 0 | 103 | 44 | 36 | 514 | 62 | 56 |
| Binary | 10110010 | 111011 | 1110010 | 0 | 1000011 | 100100 | 11110 | 101001100 | 110010 | 101110 |
Color Harmonies of #B23B72
Complementary color
Monochromatic Colors of #B23B72
Black with #B23B72
Text Example
Text Example
White with #B23B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B72; }
p { color: rgb(178,59,114); }
H1.HeaderClassName
{
color: #B23B72;
}
.AnyTagClassName
{
color: #B23B72;
}
</style>
background-color css
<style>
a { background-color: #B23B72; }
a { background-color: rgb(178,59,114); }
div.DivClassName
{
background-color: #B23B72;
}
.BgClassName
{
background-color: #B23B72;
}
</style>
border-color css
<style>
span { border-color: #B23B72; }
span { border-color: rgb(178,59,114); }
td.TdClassName
{
border-color: #B23B72;
}
.TagClassName
{
border-color: #B23B72;
}
</style>