Shades of Royal Heath #B25781
Tints of Royal Heath #B25781
RGB
CMYK
RGB Variations
Color information
#B25781 (or 0xB25781) is known color: Royal Heath. HEX triplet: B2, 57 and 81. RGB value is (178,87,129). Sum of RGB (Red+Green+Blue) = 178+87+129=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B25781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25781 is #4DA87E. Grayscale: #767676. Windows color (decimal): -5089407 or 8476594. OLE color: 8476594.
HSL color Cylindrical-coordinate representation of color #B25781: hue angle of 332.31º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B25781 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 87 | 129 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.30 |
| HSL | 332.31º | 0.37% | 0.52% | - |
| HSV(B) | 332.31º | 0.51% | 0.7% | - |
| XYZ | 25.73 | 17.87 | 22.86 | - |
| YUV | 119 | 133.65 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 87 | 129 | 0 | 0.51 | 0.28 | 0.30 | 332.31 | 0.37 | 0.52 |
| Hex | B2 | 57 | 81 | 0 | 33 | 1C | 1E | 14C | 25 | 34 |
| Octal | 262 | 127 | 201 | 0 | 63 | 34 | 36 | 514 | 45 | 64 |
| Binary | 10110010 | 1010111 | 10000001 | 0 | 110011 | 11100 | 11110 | 101001100 | 100101 | 110100 |
Color Harmonies of #B25781
Complementary color
Monochromatic Colors of #B25781
Black with #B25781
Text Example
Text Example
White with #B25781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25781; }
p { color: rgb(178,87,129); }
H1.HeaderClassName
{
color: #B25781;
}
.AnyTagClassName
{
color: #B25781;
}
</style>
background-color css
<style>
a { background-color: #B25781; }
a { background-color: rgb(178,87,129); }
div.DivClassName
{
background-color: #B25781;
}
.BgClassName
{
background-color: #B25781;
}
</style>
border-color css
<style>
span { border-color: #B25781; }
span { border-color: rgb(178,87,129); }
td.TdClassName
{
border-color: #B25781;
}
.TagClassName
{
border-color: #B25781;
}
</style>