Shades of Royal Heath #B65082
Tints of Royal Heath #B65082
RGB
CMYK
RGB Variations
Color information
#B65082 (or 0xB65082) is known color: Royal Heath. HEX triplet: B6, 50 and 82. RGB value is (182,80,130). Sum of RGB (Red+Green+Blue) = 182+80+130=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B65082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65082 is #49AF7D. Grayscale: #747474. Windows color (decimal): -4829054 or 8540342. OLE color: 8540342.
HSL color Cylindrical-coordinate representation of color #B65082: hue angle of 330.59º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B65082 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 80 | 130 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.29 |
| HSL | 330.59º | 0.41% | 0.51% | - |
| HSV(B) | 330.59º | 0.56% | 0.71% | - |
| XYZ | 26.19 | 17.29 | 23.08 | - |
| YUV | 116.2 | 135.79 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 80 | 130 | 0 | 0.56 | 0.29 | 0.29 | 330.59 | 0.41 | 0.51 |
| Hex | B6 | 50 | 82 | 0 | 38 | 1D | 1D | 14B | 29 | 33 |
| Octal | 266 | 120 | 202 | 0 | 70 | 35 | 35 | 513 | 51 | 63 |
| Binary | 10110110 | 1010000 | 10000010 | 0 | 111000 | 11101 | 11101 | 101001011 | 101001 | 110011 |
Color Harmonies of #B65082
Complementary color
Monochromatic Colors of #B65082
Black with #B65082
Text Example
Text Example
White with #B65082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65082; }
p { color: rgb(182,80,130); }
H1.HeaderClassName
{
color: #B65082;
}
.AnyTagClassName
{
color: #B65082;
}
</style>
background-color css
<style>
a { background-color: #B65082; }
a { background-color: rgb(182,80,130); }
div.DivClassName
{
background-color: #B65082;
}
.BgClassName
{
background-color: #B65082;
}
</style>
border-color css
<style>
span { border-color: #B65082; }
span { border-color: rgb(182,80,130); }
td.TdClassName
{
border-color: #B65082;
}
.TagClassName
{
border-color: #B65082;
}
</style>