Shades of Royal Heath #B2437E
Tints of Royal Heath #B2437E
RGB
CMYK
RGB Variations
Color information
#B2437E (or 0xB2437E) is known color: Royal Heath. HEX triplet: B2, 43 and 7E. RGB value is (178,67,126). Sum of RGB (Red+Green+Blue) = 178+67+126=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2437E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2437E is #4DBC81. Grayscale: #6A6A6A. Windows color (decimal): -5094530 or 8274866. OLE color: 8274866.
HSL color Cylindrical-coordinate representation of color #B2437E: hue angle of 328.11º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2437E is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 67 | 126 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.30 |
| HSL | 328.11º | 0.45% | 0.48% | - |
| HSV(B) | 328.11º | 0.62% | 0.7% | - |
| XYZ | 24.13 | 14.99 | 21.36 | - |
| YUV | 106.92 | 138.77 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 67 | 126 | 0 | 0.62 | 0.29 | 0.30 | 328.11 | 0.45 | 0.48 |
| Hex | B2 | 43 | 7E | 0 | 3E | 1D | 1E | 148 | 2D | 30 |
| Octal | 262 | 103 | 176 | 0 | 76 | 35 | 36 | 510 | 55 | 60 |
| Binary | 10110010 | 1000011 | 1111110 | 0 | 111110 | 11101 | 11110 | 101001000 | 101101 | 110000 |
Color Harmonies of #B2437E
Complementary color
Monochromatic Colors of #B2437E
Black with #B2437E
Text Example
Text Example
White with #B2437E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2437E; }
p { color: rgb(178,67,126); }
H1.HeaderClassName
{
color: #B2437E;
}
.AnyTagClassName
{
color: #B2437E;
}
</style>
background-color css
<style>
a { background-color: #B2437E; }
a { background-color: rgb(178,67,126); }
div.DivClassName
{
background-color: #B2437E;
}
.BgClassName
{
background-color: #B2437E;
}
</style>
border-color css
<style>
span { border-color: #B2437E; }
span { border-color: rgb(178,67,126); }
td.TdClassName
{
border-color: #B2437E;
}
.TagClassName
{
border-color: #B2437E;
}
</style>