Shades of Royal Heath #B65882
Tints of Royal Heath #B65882
RGB
CMYK
RGB Variations
Color information
#B65882 (or 0xB65882) is known color: Royal Heath. HEX triplet: B6, 58 and 82. RGB value is (182,88,130). Sum of RGB (Red+Green+Blue) = 182+88+130=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B65882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65882 is #49A77D. Grayscale: #787878. Windows color (decimal): -4827006 or 8542390. OLE color: 8542390.
HSL color Cylindrical-coordinate representation of color #B65882: hue angle of 333.19º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B65882 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 88 | 130 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.29 |
| HSL | 333.19º | 0.39% | 0.53% | - |
| HSV(B) | 333.19º | 0.52% | 0.71% | - |
| XYZ | 26.81 | 18.54 | 23.28 | - |
| YUV | 120.89 | 133.14 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 88 | 130 | 0 | 0.52 | 0.29 | 0.29 | 333.19 | 0.39 | 0.53 |
| Hex | B6 | 58 | 82 | 0 | 34 | 1D | 1D | 14D | 27 | 35 |
| Octal | 266 | 130 | 202 | 0 | 64 | 35 | 35 | 515 | 47 | 65 |
| Binary | 10110110 | 1011000 | 10000010 | 0 | 110100 | 11101 | 11101 | 101001101 | 100111 | 110101 |
Color Harmonies of #B65882
Complementary color
Monochromatic Colors of #B65882
Black with #B65882
Text Example
Text Example
White with #B65882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65882; }
p { color: rgb(182,88,130); }
H1.HeaderClassName
{
color: #B65882;
}
.AnyTagClassName
{
color: #B65882;
}
</style>
background-color css
<style>
a { background-color: #B65882; }
a { background-color: rgb(182,88,130); }
div.DivClassName
{
background-color: #B65882;
}
.BgClassName
{
background-color: #B65882;
}
</style>
border-color css
<style>
span { border-color: #B65882; }
span { border-color: rgb(182,88,130); }
td.TdClassName
{
border-color: #B65882;
}
.TagClassName
{
border-color: #B65882;
}
</style>