Shades of Royal Heath #B54F7B
Tints of Royal Heath #B54F7B
RGB
CMYK
RGB Variations
Color information
#B54F7B (or 0xB54F7B) is known color: Royal Heath. HEX triplet: B5, 4F and 7B. RGB value is (181,79,123). Sum of RGB (Red+Green+Blue) = 181+79+123=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B54F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54F7B is #4AB084. Grayscale: #727272. Windows color (decimal): -4894853 or 8081333. OLE color: 8081333.
HSL color Cylindrical-coordinate representation of color #B54F7B: hue angle of 334.12º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B54F7B is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 79 | 123 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.29 |
| HSL | 334.12º | 0.41% | 0.51% | - |
| HSV(B) | 334.12º | 0.56% | 0.71% | - |
| XYZ | 25.43 | 16.85 | 20.65 | - |
| YUV | 114.51 | 132.79 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 79 | 123 | 0 | 0.56 | 0.32 | 0.29 | 334.12 | 0.41 | 0.51 |
| Hex | B5 | 4F | 7B | 0 | 38 | 20 | 1D | 14E | 29 | 33 |
| Octal | 265 | 117 | 173 | 0 | 70 | 40 | 35 | 516 | 51 | 63 |
| Binary | 10110101 | 1001111 | 1111011 | 0 | 111000 | 100000 | 11101 | 101001110 | 101001 | 110011 |
Color Harmonies of #B54F7B
Complementary color
Monochromatic Colors of #B54F7B
Black with #B54F7B
Text Example
Text Example
White with #B54F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54F7B; }
p { color: rgb(181,79,123); }
H1.HeaderClassName
{
color: #B54F7B;
}
.AnyTagClassName
{
color: #B54F7B;
}
</style>
background-color css
<style>
a { background-color: #B54F7B; }
a { background-color: rgb(181,79,123); }
div.DivClassName
{
background-color: #B54F7B;
}
.BgClassName
{
background-color: #B54F7B;
}
</style>
border-color css
<style>
span { border-color: #B54F7B; }
span { border-color: rgb(181,79,123); }
td.TdClassName
{
border-color: #B54F7B;
}
.TagClassName
{
border-color: #B54F7B;
}
</style>