Shades of Royal Heath #B55C7B
Tints of Royal Heath #B55C7B
RGB
CMYK
RGB Variations
Color information
#B55C7B (or 0xB55C7B) is known color: Royal Heath. HEX triplet: B5, 5C and 7B. RGB value is (181,92,123). Sum of RGB (Red+Green+Blue) = 181+92+123=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55C7B is #4AA384. Grayscale: #7A7A7A. Windows color (decimal): -4891525 or 8084661. OLE color: 8084661.
HSL color Cylindrical-coordinate representation of color #B55C7B: hue angle of 339.1º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55C7B is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 92 | 123 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.29 |
| HSL | 339.1º | 0.38% | 0.54% | - |
| HSV(B) | 339.1º | 0.49% | 0.71% | - |
| XYZ | 26.46 | 18.91 | 20.99 | - |
| YUV | 122.15 | 128.49 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 123 | 0 | 0.49 | 0.32 | 0.29 | 339.1 | 0.38 | 0.54 |
| Hex | B5 | 5C | 7B | 0 | 31 | 20 | 1D | 153 | 26 | 36 |
| Octal | 265 | 134 | 173 | 0 | 61 | 40 | 35 | 523 | 46 | 66 |
| Binary | 10110101 | 1011100 | 1111011 | 0 | 110001 | 100000 | 11101 | 101010011 | 100110 | 110110 |
Color Harmonies of #B55C7B
Complementary color
Monochromatic Colors of #B55C7B
Black with #B55C7B
Text Example
Text Example
White with #B55C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55C7B; }
p { color: rgb(181,92,123); }
H1.HeaderClassName
{
color: #B55C7B;
}
.AnyTagClassName
{
color: #B55C7B;
}
</style>
background-color css
<style>
a { background-color: #B55C7B; }
a { background-color: rgb(181,92,123); }
div.DivClassName
{
background-color: #B55C7B;
}
.BgClassName
{
background-color: #B55C7B;
}
</style>
border-color css
<style>
span { border-color: #B55C7B; }
span { border-color: rgb(181,92,123); }
td.TdClassName
{
border-color: #B55C7B;
}
.TagClassName
{
border-color: #B55C7B;
}
</style>