Shades of Royal Heath #B65482
Tints of Royal Heath #B65482
RGB
CMYK
RGB Variations
Color information
#B65482 (or 0xB65482) is known color: Royal Heath. HEX triplet: B6, 54 and 82. RGB value is (182,84,130). Sum of RGB (Red+Green+Blue) = 182+84+130=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B65482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65482 is #49AB7D. Grayscale: #767676. Windows color (decimal): -4828030 or 8541366. OLE color: 8541366.
HSL color Cylindrical-coordinate representation of color #B65482: hue angle of 331.84º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65482 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 84 | 130 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.29 |
| HSL | 331.84º | 0.4% | 0.52% | - |
| HSV(B) | 331.84º | 0.54% | 0.71% | - |
| XYZ | 26.49 | 17.9 | 23.18 | - |
| YUV | 118.55 | 134.47 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 84 | 130 | 0 | 0.54 | 0.29 | 0.29 | 331.84 | 0.4 | 0.52 |
| Hex | B6 | 54 | 82 | 0 | 36 | 1D | 1D | 14C | 28 | 34 |
| Octal | 266 | 124 | 202 | 0 | 66 | 35 | 35 | 514 | 50 | 64 |
| Binary | 10110110 | 1010100 | 10000010 | 0 | 110110 | 11101 | 11101 | 101001100 | 101000 | 110100 |
Color Harmonies of #B65482
Complementary color
Monochromatic Colors of #B65482
Black with #B65482
Text Example
Text Example
White with #B65482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65482; }
p { color: rgb(182,84,130); }
H1.HeaderClassName
{
color: #B65482;
}
.AnyTagClassName
{
color: #B65482;
}
</style>
background-color css
<style>
a { background-color: #B65482; }
a { background-color: rgb(182,84,130); }
div.DivClassName
{
background-color: #B65482;
}
.BgClassName
{
background-color: #B65482;
}
</style>
border-color css
<style>
span { border-color: #B65482; }
span { border-color: rgb(182,84,130); }
td.TdClassName
{
border-color: #B65482;
}
.TagClassName
{
border-color: #B65482;
}
</style>