Shades of Royal Heath #B25080
Tints of Royal Heath #B25080
RGB
CMYK
RGB Variations
Color information
#B25080 (or 0xB25080) is known color: Royal Heath. HEX triplet: B2, 50 and 80. RGB value is (178,80,128). Sum of RGB (Red+Green+Blue) = 178+80+128=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B25080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25080 is #4DAF7F. Grayscale: #727272. Windows color (decimal): -5091200 or 8409266. OLE color: 8409266.
HSL color Cylindrical-coordinate representation of color #B25080: hue angle of 330.61º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B25080 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 80 | 128 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.30 |
| HSL | 330.61º | 0.39% | 0.51% | - |
| HSV(B) | 330.61º | 0.55% | 0.7% | - |
| XYZ | 25.13 | 16.76 | 22.33 | - |
| YUV | 114.77 | 135.47 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 128 | 0 | 0.55 | 0.28 | 0.30 | 330.61 | 0.39 | 0.51 |
| Hex | B2 | 50 | 80 | 0 | 37 | 1C | 1E | 14B | 27 | 33 |
| Octal | 262 | 120 | 200 | 0 | 67 | 34 | 36 | 513 | 47 | 63 |
| Binary | 10110010 | 1010000 | 10000000 | 0 | 110111 | 11100 | 11110 | 101001011 | 100111 | 110011 |
Color Harmonies of #B25080
Complementary color
Monochromatic Colors of #B25080
Black with #B25080
Text Example
Text Example
White with #B25080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25080; }
p { color: rgb(178,80,128); }
H1.HeaderClassName
{
color: #B25080;
}
.AnyTagClassName
{
color: #B25080;
}
</style>
background-color css
<style>
a { background-color: #B25080; }
a { background-color: rgb(178,80,128); }
div.DivClassName
{
background-color: #B25080;
}
.BgClassName
{
background-color: #B25080;
}
</style>
border-color css
<style>
span { border-color: #B25080; }
span { border-color: rgb(178,80,128); }
td.TdClassName
{
border-color: #B25080;
}
.TagClassName
{
border-color: #B25080;
}
</style>