Shades of Royal Heath #B05883
Tints of Royal Heath #B05883
RGB
CMYK
RGB Variations
Color information
#B05883 (or 0xB05883) is known color: Royal Heath. HEX triplet: B0, 58 and 83. RGB value is (176,88,131). Sum of RGB (Red+Green+Blue) = 176+88+131=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B05883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05883 is #4FA77C. Grayscale: #777777. Windows color (decimal): -5220221 or 8607920. OLE color: 8607920.
HSL color Cylindrical-coordinate representation of color #B05883: hue angle of 330.68º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B05883 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 131 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.31 |
| HSL | 330.68º | 0.36% | 0.52% | - |
| HSV(B) | 330.68º | 0.5% | 0.69% | - |
| XYZ | 25.49 | 17.85 | 23.57 | - |
| YUV | 119.21 | 134.65 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 131 | 0 | 0.50 | 0.26 | 0.31 | 330.68 | 0.36 | 0.52 |
| Hex | B0 | 58 | 83 | 0 | 32 | 1A | 1F | 14B | 24 | 34 |
| Octal | 260 | 130 | 203 | 0 | 62 | 32 | 37 | 513 | 44 | 64 |
| Binary | 10110000 | 1011000 | 10000011 | 0 | 110010 | 11010 | 11111 | 101001011 | 100100 | 110100 |
Color Harmonies of #B05883
Complementary color
Monochromatic Colors of #B05883
Black with #B05883
Text Example
Text Example
White with #B05883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05883; }
p { color: rgb(176,88,131); }
H1.HeaderClassName
{
color: #B05883;
}
.AnyTagClassName
{
color: #B05883;
}
</style>
background-color css
<style>
a { background-color: #B05883; }
a { background-color: rgb(176,88,131); }
div.DivClassName
{
background-color: #B05883;
}
.BgClassName
{
background-color: #B05883;
}
</style>
border-color css
<style>
span { border-color: #B05883; }
span { border-color: rgb(176,88,131); }
td.TdClassName
{
border-color: #B05883;
}
.TagClassName
{
border-color: #B05883;
}
</style>