Shades of Royal Heath #B5407B
Tints of Royal Heath #B5407B
RGB
CMYK
RGB Variations
Color information
#B5407B (or 0xB5407B) is known color: Royal Heath. HEX triplet: B5, 40 and 7B. RGB value is (181,64,123). Sum of RGB (Red+Green+Blue) = 181+64+123=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B5407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5407B is #4ABF84. Grayscale: #696969. Windows color (decimal): -4898693 or 8077493. OLE color: 8077493.
HSL color Cylindrical-coordinate representation of color #B5407B: hue angle of 329.74º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5407B is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 123 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.29 |
| HSL | 329.74º | 0.48% | 0.48% | - |
| HSV(B) | 329.74º | 0.65% | 0.71% | - |
| XYZ | 24.46 | 14.92 | 20.33 | - |
| YUV | 105.71 | 137.76 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 123 | 0 | 0.65 | 0.32 | 0.29 | 329.74 | 0.48 | 0.48 |
| Hex | B5 | 40 | 7B | 0 | 41 | 20 | 1D | 14A | 30 | 30 |
| Octal | 265 | 100 | 173 | 0 | 101 | 40 | 35 | 512 | 60 | 60 |
| Binary | 10110101 | 1000000 | 1111011 | 0 | 1000001 | 100000 | 11101 | 101001010 | 110000 | 110000 |
Color Harmonies of #B5407B
Complementary color
Monochromatic Colors of #B5407B
Black with #B5407B
Text Example
Text Example
White with #B5407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5407B; }
p { color: rgb(181,64,123); }
H1.HeaderClassName
{
color: #B5407B;
}
.AnyTagClassName
{
color: #B5407B;
}
</style>
background-color css
<style>
a { background-color: #B5407B; }
a { background-color: rgb(181,64,123); }
div.DivClassName
{
background-color: #B5407B;
}
.BgClassName
{
background-color: #B5407B;
}
</style>
border-color css
<style>
span { border-color: #B5407B; }
span { border-color: rgb(181,64,123); }
td.TdClassName
{
border-color: #B5407B;
}
.TagClassName
{
border-color: #B5407B;
}
</style>