Shades of Royal Heath #B25A80
Tints of Royal Heath #B25A80
RGB
CMYK
RGB Variations
Color information
#B25A80 (or 0xB25A80) is known color: Royal Heath. HEX triplet: B2, 5A and 80. RGB value is (178,90,128). Sum of RGB (Red+Green+Blue) = 178+90+128=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25A80 is #4DA57F. Grayscale: #787878. Windows color (decimal): -5088640 or 8411826. OLE color: 8411826.
HSL color Cylindrical-coordinate representation of color #B25A80: hue angle of 334.09º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B25A80 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 90 | 128 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.30 |
| HSL | 334.09º | 0.36% | 0.53% | - |
| HSV(B) | 334.09º | 0.49% | 0.7% | - |
| XYZ | 25.91 | 18.34 | 22.6 | - |
| YUV | 120.64 | 132.15 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 128 | 0 | 0.49 | 0.28 | 0.30 | 334.09 | 0.36 | 0.53 |
| Hex | B2 | 5A | 80 | 0 | 31 | 1C | 1E | 14E | 24 | 35 |
| Octal | 262 | 132 | 200 | 0 | 61 | 34 | 36 | 516 | 44 | 65 |
| Binary | 10110010 | 1011010 | 10000000 | 0 | 110001 | 11100 | 11110 | 101001110 | 100100 | 110101 |
Color Harmonies of #B25A80
Complementary color
Monochromatic Colors of #B25A80
Black with #B25A80
Text Example
Text Example
White with #B25A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25A80; }
p { color: rgb(178,90,128); }
H1.HeaderClassName
{
color: #B25A80;
}
.AnyTagClassName
{
color: #B25A80;
}
</style>
background-color css
<style>
a { background-color: #B25A80; }
a { background-color: rgb(178,90,128); }
div.DivClassName
{
background-color: #B25A80;
}
.BgClassName
{
background-color: #B25A80;
}
</style>
border-color css
<style>
span { border-color: #B25A80; }
span { border-color: rgb(178,90,128); }
td.TdClassName
{
border-color: #B25A80;
}
.TagClassName
{
border-color: #B25A80;
}
</style>