Shades of Royal Heath #B63C72
Tints of Royal Heath #B63C72
RGB
CMYK
RGB Variations
Color information
#B63C72 (or 0xB63C72) is known color: Royal Heath. HEX triplet: B6, 3C and 72. RGB value is (182,60,114). Sum of RGB (Red+Green+Blue) = 182+60+114=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63C72 is #49C38D. Grayscale: #666666. Windows color (decimal): -4834190 or 7486646. OLE color: 7486646.
HSL color Cylindrical-coordinate representation of color #B63C72: hue angle of 333.44º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B63C72 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 114 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.29 |
| HSL | 333.44º | 0.5% | 0.47% | - |
| HSV(B) | 333.44º | 0.67% | 0.71% | - |
| XYZ | 23.94 | 14.39 | 17.44 | - |
| YUV | 102.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 114 | 0 | 0.67 | 0.37 | 0.29 | 333.44 | 0.5 | 0.47 |
| Hex | B6 | 3C | 72 | 0 | 43 | 25 | 1D | 14D | 32 | 2F |
| Octal | 266 | 74 | 162 | 0 | 103 | 45 | 35 | 515 | 62 | 57 |
| Binary | 10110110 | 111100 | 1110010 | 0 | 1000011 | 100101 | 11101 | 101001101 | 110010 | 101111 |
Color Harmonies of #B63C72
Complementary color
Monochromatic Colors of #B63C72
Black with #B63C72
Text Example
Text Example
White with #B63C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63C72; }
p { color: rgb(182,60,114); }
H1.HeaderClassName
{
color: #B63C72;
}
.AnyTagClassName
{
color: #B63C72;
}
</style>
background-color css
<style>
a { background-color: #B63C72; }
a { background-color: rgb(182,60,114); }
div.DivClassName
{
background-color: #B63C72;
}
.BgClassName
{
background-color: #B63C72;
}
</style>
border-color css
<style>
span { border-color: #B63C72; }
span { border-color: rgb(182,60,114); }
td.TdClassName
{
border-color: #B63C72;
}
.TagClassName
{
border-color: #B63C72;
}
</style>