Shades of Royal Heath #B64680
Tints of Royal Heath #B64680
RGB
CMYK
RGB Variations
Color information
#B64680 (or 0xB64680) is known color: Royal Heath. HEX triplet: B6, 46 and 80. RGB value is (182,70,128). Sum of RGB (Red+Green+Blue) = 182+70+128=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B64680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64680 is #49B97F. Grayscale: #6D6D6D. Windows color (decimal): -4831616 or 8406710. OLE color: 8406710.
HSL color Cylindrical-coordinate representation of color #B64680: hue angle of 328.93º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B64680 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 70 | 128 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.29 |
| HSL | 328.93º | 0.44% | 0.49% | - |
| HSV(B) | 328.93º | 0.62% | 0.71% | - |
| XYZ | 25.38 | 15.88 | 22.15 | - |
| YUV | 110.1 | 138.11 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 70 | 128 | 0 | 0.62 | 0.30 | 0.29 | 328.93 | 0.44 | 0.49 |
| Hex | B6 | 46 | 80 | 0 | 3E | 1E | 1D | 149 | 2C | 31 |
| Octal | 266 | 106 | 200 | 0 | 76 | 36 | 35 | 511 | 54 | 61 |
| Binary | 10110110 | 1000110 | 10000000 | 0 | 111110 | 11110 | 11101 | 101001001 | 101100 | 110001 |
Color Harmonies of #B64680
Complementary color
Monochromatic Colors of #B64680
Black with #B64680
Text Example
Text Example
White with #B64680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64680; }
p { color: rgb(182,70,128); }
H1.HeaderClassName
{
color: #B64680;
}
.AnyTagClassName
{
color: #B64680;
}
</style>
background-color css
<style>
a { background-color: #B64680; }
a { background-color: rgb(182,70,128); }
div.DivClassName
{
background-color: #B64680;
}
.BgClassName
{
background-color: #B64680;
}
</style>
border-color css
<style>
span { border-color: #B64680; }
span { border-color: rgb(182,70,128); }
td.TdClassName
{
border-color: #B64680;
}
.TagClassName
{
border-color: #B64680;
}
</style>