Shades of Royal Heath #B64B7C
Tints of Royal Heath #B64B7C
RGB
CMYK
RGB Variations
Color information
#B64B7C (or 0xB64B7C) is known color: Royal Heath. HEX triplet: B6, 4B and 7C. RGB value is (182,75,124). Sum of RGB (Red+Green+Blue) = 182+75+124=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B64B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64B7C is #49B483. Grayscale: #707070. Windows color (decimal): -4830340 or 8145846. OLE color: 8145846.
HSL color Cylindrical-coordinate representation of color #B64B7C: hue angle of 332.52º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64B7C is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 75 | 124 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.29 |
| HSL | 332.52º | 0.42% | 0.5% | - |
| HSV(B) | 332.52º | 0.59% | 0.71% | - |
| XYZ | 25.45 | 16.43 | 20.9 | - |
| YUV | 112.58 | 134.45 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 75 | 124 | 0 | 0.59 | 0.32 | 0.29 | 332.52 | 0.42 | 0.5 |
| Hex | B6 | 4B | 7C | 0 | 3B | 20 | 1D | 14D | 2A | 32 |
| Octal | 266 | 113 | 174 | 0 | 73 | 40 | 35 | 515 | 52 | 62 |
| Binary | 10110110 | 1001011 | 1111100 | 0 | 111011 | 100000 | 11101 | 101001101 | 101010 | 110010 |
Color Harmonies of #B64B7C
Complementary color
Monochromatic Colors of #B64B7C
Black with #B64B7C
Text Example
Text Example
White with #B64B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64B7C; }
p { color: rgb(182,75,124); }
H1.HeaderClassName
{
color: #B64B7C;
}
.AnyTagClassName
{
color: #B64B7C;
}
</style>
background-color css
<style>
a { background-color: #B64B7C; }
a { background-color: rgb(182,75,124); }
div.DivClassName
{
background-color: #B64B7C;
}
.BgClassName
{
background-color: #B64B7C;
}
</style>
border-color css
<style>
span { border-color: #B64B7C; }
span { border-color: rgb(182,75,124); }
td.TdClassName
{
border-color: #B64B7C;
}
.TagClassName
{
border-color: #B64B7C;
}
</style>