Shades of Royal Heath #B54B7B
Tints of Royal Heath #B54B7B
RGB
CMYK
RGB Variations
Color information
#B54B7B (or 0xB54B7B) is known color: Royal Heath. HEX triplet: B5, 4B and 7B. RGB value is (181,75,123). Sum of RGB (Red+Green+Blue) = 181+75+123=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54B7B is #4AB484. Grayscale: #707070. Windows color (decimal): -4895877 or 8080309. OLE color: 8080309.
HSL color Cylindrical-coordinate representation of color #B54B7B: hue angle of 332.83º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54B7B is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 75 | 123 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.29 |
| HSL | 332.83º | 0.42% | 0.5% | - |
| HSV(B) | 332.83º | 0.59% | 0.71% | - |
| XYZ | 25.15 | 16.29 | 20.56 | - |
| YUV | 112.17 | 134.12 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 75 | 123 | 0 | 0.59 | 0.32 | 0.29 | 332.83 | 0.42 | 0.5 |
| Hex | B5 | 4B | 7B | 0 | 3B | 20 | 1D | 14D | 2A | 32 |
| Octal | 265 | 113 | 173 | 0 | 73 | 40 | 35 | 515 | 52 | 62 |
| Binary | 10110101 | 1001011 | 1111011 | 0 | 111011 | 100000 | 11101 | 101001101 | 101010 | 110010 |
Color Harmonies of #B54B7B
Complementary color
Monochromatic Colors of #B54B7B
Black with #B54B7B
Text Example
Text Example
White with #B54B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54B7B; }
p { color: rgb(181,75,123); }
H1.HeaderClassName
{
color: #B54B7B;
}
.AnyTagClassName
{
color: #B54B7B;
}
</style>
background-color css
<style>
a { background-color: #B54B7B; }
a { background-color: rgb(181,75,123); }
div.DivClassName
{
background-color: #B54B7B;
}
.BgClassName
{
background-color: #B54B7B;
}
</style>
border-color css
<style>
span { border-color: #B54B7B; }
span { border-color: rgb(181,75,123); }
td.TdClassName
{
border-color: #B54B7B;
}
.TagClassName
{
border-color: #B54B7B;
}
</style>