Shades of Royal Heath #B25581
Tints of Royal Heath #B25581
RGB
CMYK
RGB Variations
Color information
#B25581 (or 0xB25581) is known color: Royal Heath. HEX triplet: B2, 55 and 81. RGB value is (178,85,129). Sum of RGB (Red+Green+Blue) = 178+85+129=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B25581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25581 is #4DAA7E. Grayscale: #757575. Windows color (decimal): -5089919 or 8476082. OLE color: 8476082.
HSL color Cylindrical-coordinate representation of color #B25581: hue angle of 331.61º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B25581 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 85 | 129 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.30 |
| HSL | 331.61º | 0.38% | 0.52% | - |
| HSV(B) | 331.61º | 0.52% | 0.7% | - |
| XYZ | 25.57 | 17.55 | 22.81 | - |
| YUV | 117.82 | 134.31 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 129 | 0 | 0.52 | 0.28 | 0.30 | 331.61 | 0.38 | 0.52 |
| Hex | B2 | 55 | 81 | 0 | 34 | 1C | 1E | 14C | 26 | 34 |
| Octal | 262 | 125 | 201 | 0 | 64 | 34 | 36 | 514 | 46 | 64 |
| Binary | 10110010 | 1010101 | 10000001 | 0 | 110100 | 11100 | 11110 | 101001100 | 100110 | 110100 |
Color Harmonies of #B25581
Complementary color
Monochromatic Colors of #B25581
Black with #B25581
Text Example
Text Example
White with #B25581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25581; }
p { color: rgb(178,85,129); }
H1.HeaderClassName
{
color: #B25581;
}
.AnyTagClassName
{
color: #B25581;
}
</style>
background-color css
<style>
a { background-color: #B25581; }
a { background-color: rgb(178,85,129); }
div.DivClassName
{
background-color: #B25581;
}
.BgClassName
{
background-color: #B25581;
}
</style>
border-color css
<style>
span { border-color: #B25581; }
span { border-color: rgb(178,85,129); }
td.TdClassName
{
border-color: #B25581;
}
.TagClassName
{
border-color: #B25581;
}
</style>