Shades of Royal Heath #B8407B
Tints of Royal Heath #B8407B
RGB
CMYK
RGB Variations
Color information
#B8407B (or 0xB8407B) is known color: Royal Heath. HEX triplet: B8, 40 and 7B. RGB value is (184,64,123). Sum of RGB (Red+Green+Blue) = 184+64+123=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B8407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8407B is #47BF84. Grayscale: #6A6A6A. Windows color (decimal): -4702085 or 8077496. OLE color: 8077496.
HSL color Cylindrical-coordinate representation of color #B8407B: hue angle of 330.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B8407B is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 123 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.28 |
| HSL | 330.5º | 0.48% | 0.49% | - |
| HSV(B) | 330.5º | 0.65% | 0.72% | - |
| XYZ | 25.18 | 15.29 | 20.36 | - |
| YUV | 106.61 | 137.26 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 123 | 0 | 0.65 | 0.33 | 0.28 | 330.5 | 0.48 | 0.49 |
| Hex | B8 | 40 | 7B | 0 | 41 | 21 | 1C | 14A | 30 | 31 |
| Octal | 270 | 100 | 173 | 0 | 101 | 41 | 34 | 512 | 60 | 61 |
| Binary | 10111000 | 1000000 | 1111011 | 0 | 1000001 | 100001 | 11100 | 101001010 | 110000 | 110001 |
Color Harmonies of #B8407B
Complementary color
Monochromatic Colors of #B8407B
Black with #B8407B
Text Example
Text Example
White with #B8407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8407B; }
p { color: rgb(184,64,123); }
H1.HeaderClassName
{
color: #B8407B;
}
.AnyTagClassName
{
color: #B8407B;
}
</style>
background-color css
<style>
a { background-color: #B8407B; }
a { background-color: rgb(184,64,123); }
div.DivClassName
{
background-color: #B8407B;
}
.BgClassName
{
background-color: #B8407B;
}
</style>
border-color css
<style>
span { border-color: #B8407B; }
span { border-color: rgb(184,64,123); }
td.TdClassName
{
border-color: #B8407B;
}
.TagClassName
{
border-color: #B8407B;
}
</style>