Shades of Royal Heath #B2407C
Tints of Royal Heath #B2407C
RGB
CMYK
RGB Variations
Color information
#B2407C (or 0xB2407C) is known color: Royal Heath. HEX triplet: B2, 40 and 7C. RGB value is (178,64,124). Sum of RGB (Red+Green+Blue) = 178+64+124=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B2407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2407C is #4DBF83. Grayscale: #686868. Windows color (decimal): -5095300 or 8143026. OLE color: 8143026.
HSL color Cylindrical-coordinate representation of color #B2407C: hue angle of 328.42º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2407C is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 124 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.30 |
| HSL | 328.42º | 0.47% | 0.47% | - |
| HSV(B) | 328.42º | 0.64% | 0.7% | - |
| XYZ | 23.83 | 14.59 | 20.63 | - |
| YUV | 104.93 | 138.77 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 124 | 0 | 0.64 | 0.30 | 0.30 | 328.42 | 0.47 | 0.47 |
| Hex | B2 | 40 | 7C | 0 | 40 | 1E | 1E | 148 | 2F | 2F |
| Octal | 262 | 100 | 174 | 0 | 100 | 36 | 36 | 510 | 57 | 57 |
| Binary | 10110010 | 1000000 | 1111100 | 0 | 1000000 | 11110 | 11110 | 101001000 | 101111 | 101111 |
Color Harmonies of #B2407C
Complementary color
Monochromatic Colors of #B2407C
Black with #B2407C
Text Example
Text Example
White with #B2407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2407C; }
p { color: rgb(178,64,124); }
H1.HeaderClassName
{
color: #B2407C;
}
.AnyTagClassName
{
color: #B2407C;
}
</style>
background-color css
<style>
a { background-color: #B2407C; }
a { background-color: rgb(178,64,124); }
div.DivClassName
{
background-color: #B2407C;
}
.BgClassName
{
background-color: #B2407C;
}
</style>
border-color css
<style>
span { border-color: #B2407C; }
span { border-color: rgb(178,64,124); }
td.TdClassName
{
border-color: #B2407C;
}
.TagClassName
{
border-color: #B2407C;
}
</style>