Shades of Royal Heath #B64F7D
Tints of Royal Heath #B64F7D
RGB
CMYK
RGB Variations
Color information
#B64F7D (or 0xB64F7D) is known color: Royal Heath. HEX triplet: B6, 4F and 7D. RGB value is (182,79,125). Sum of RGB (Red+Green+Blue) = 182+79+125=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64F7D is #49B082. Grayscale: #727272. Windows color (decimal): -4829315 or 8212406. OLE color: 8212406.
HSL color Cylindrical-coordinate representation of color #B64F7D: hue angle of 333.2º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B64F7D is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 79 | 125 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.29 |
| HSL | 333.2º | 0.41% | 0.51% | - |
| HSV(B) | 333.2º | 0.57% | 0.71% | - |
| XYZ | 25.79 | 17.02 | 21.33 | - |
| YUV | 115.04 | 133.62 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 125 | 0 | 0.57 | 0.31 | 0.29 | 333.2 | 0.41 | 0.51 |
| Hex | B6 | 4F | 7D | 0 | 39 | 1F | 1D | 14D | 29 | 33 |
| Octal | 266 | 117 | 175 | 0 | 71 | 37 | 35 | 515 | 51 | 63 |
| Binary | 10110110 | 1001111 | 1111101 | 0 | 111001 | 11111 | 11101 | 101001101 | 101001 | 110011 |
Color Harmonies of #B64F7D
Complementary color
Monochromatic Colors of #B64F7D
Black with #B64F7D
Text Example
Text Example
White with #B64F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64F7D; }
p { color: rgb(182,79,125); }
H1.HeaderClassName
{
color: #B64F7D;
}
.AnyTagClassName
{
color: #B64F7D;
}
</style>
background-color css
<style>
a { background-color: #B64F7D; }
a { background-color: rgb(182,79,125); }
div.DivClassName
{
background-color: #B64F7D;
}
.BgClassName
{
background-color: #B64F7D;
}
</style>
border-color css
<style>
span { border-color: #B64F7D; }
span { border-color: rgb(182,79,125); }
td.TdClassName
{
border-color: #B64F7D;
}
.TagClassName
{
border-color: #B64F7D;
}
</style>