Shades of Royal Heath #B24F7B
Tints of Royal Heath #B24F7B
RGB
CMYK
RGB Variations
Color information
#B24F7B (or 0xB24F7B) is known color: Royal Heath. HEX triplet: B2, 4F and 7B. RGB value is (178,79,123). Sum of RGB (Red+Green+Blue) = 178+79+123=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24F7B is #4DB084. Grayscale: #717171. Windows color (decimal): -5091461 or 8081330. OLE color: 8081330.
HSL color Cylindrical-coordinate representation of color #B24F7B: hue angle of 333.33º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B24F7B is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 79 | 123 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.30 |
| HSL | 333.33º | 0.39% | 0.5% | - |
| HSV(B) | 333.33º | 0.56% | 0.7% | - |
| XYZ | 24.73 | 16.49 | 20.62 | - |
| YUV | 113.62 | 133.3 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 79 | 123 | 0 | 0.56 | 0.31 | 0.30 | 333.33 | 0.39 | 0.5 |
| Hex | B2 | 4F | 7B | 0 | 38 | 1F | 1E | 14D | 27 | 32 |
| Octal | 262 | 117 | 173 | 0 | 70 | 37 | 36 | 515 | 47 | 62 |
| Binary | 10110010 | 1001111 | 1111011 | 0 | 111000 | 11111 | 11110 | 101001101 | 100111 | 110010 |
Color Harmonies of #B24F7B
Complementary color
Monochromatic Colors of #B24F7B
Black with #B24F7B
Text Example
Text Example
White with #B24F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24F7B; }
p { color: rgb(178,79,123); }
H1.HeaderClassName
{
color: #B24F7B;
}
.AnyTagClassName
{
color: #B24F7B;
}
</style>
background-color css
<style>
a { background-color: #B24F7B; }
a { background-color: rgb(178,79,123); }
div.DivClassName
{
background-color: #B24F7B;
}
.BgClassName
{
background-color: #B24F7B;
}
</style>
border-color css
<style>
span { border-color: #B24F7B; }
span { border-color: rgb(178,79,123); }
td.TdClassName
{
border-color: #B24F7B;
}
.TagClassName
{
border-color: #B24F7B;
}
</style>