Shades of Royal Heath #B2487D
Tints of Royal Heath #B2487D
RGB
CMYK
RGB Variations
Color information
#B2487D (or 0xB2487D) is known color: Royal Heath. HEX triplet: B2, 48 and 7D. RGB value is (178,72,125). Sum of RGB (Red+Green+Blue) = 178+72+125=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B2487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2487D is #4DB782. Grayscale: #6D6D6D. Windows color (decimal): -5093251 or 8210610. OLE color: 8210610.
HSL color Cylindrical-coordinate representation of color #B2487D: hue angle of 330º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2487D is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 72 | 125 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.30 |
| HSL | 330º | 0.42% | 0.49% | - |
| HSV(B) | 330º | 0.6% | 0.7% | - |
| XYZ | 24.38 | 15.58 | 21.12 | - |
| YUV | 109.74 | 136.62 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 125 | 0 | 0.60 | 0.30 | 0.30 | 330 | 0.42 | 0.49 |
| Hex | B2 | 48 | 7D | 0 | 3C | 1E | 1E | 14A | 2A | 31 |
| Octal | 262 | 110 | 175 | 0 | 74 | 36 | 36 | 512 | 52 | 61 |
| Binary | 10110010 | 1001000 | 1111101 | 0 | 111100 | 11110 | 11110 | 101001010 | 101010 | 110001 |
Color Harmonies of #B2487D
Complementary color
Monochromatic Colors of #B2487D
Black with #B2487D
Text Example
Text Example
White with #B2487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2487D; }
p { color: rgb(178,72,125); }
H1.HeaderClassName
{
color: #B2487D;
}
.AnyTagClassName
{
color: #B2487D;
}
</style>
background-color css
<style>
a { background-color: #B2487D; }
a { background-color: rgb(178,72,125); }
div.DivClassName
{
background-color: #B2487D;
}
.BgClassName
{
background-color: #B2487D;
}
</style>
border-color css
<style>
span { border-color: #B2487D; }
span { border-color: rgb(178,72,125); }
td.TdClassName
{
border-color: #B2487D;
}
.TagClassName
{
border-color: #B2487D;
}
</style>