Shades of Royal Heath #B64A7B
Tints of Royal Heath #B64A7B
RGB
CMYK
RGB Variations
Color information
#B64A7B (or 0xB64A7B) is known color: Royal Heath. HEX triplet: B6, 4A and 7B. RGB value is (182,74,123). Sum of RGB (Red+Green+Blue) = 182+74+123=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64A7B is #49B584. Grayscale: #6F6F6F. Windows color (decimal): -4830597 or 8080054. OLE color: 8080054.
HSL color Cylindrical-coordinate representation of color #B64A7B: hue angle of 332.78º degrees, saturation: 0.43, 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 #B64A7B is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 74 | 123 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.29 |
| HSL | 332.78º | 0.43% | 0.5% | - |
| HSV(B) | 332.78º | 0.59% | 0.71% | - |
| XYZ | 25.32 | 16.27 | 20.55 | - |
| YUV | 111.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 123 | 0 | 0.59 | 0.32 | 0.29 | 332.78 | 0.43 | 0.5 |
| Hex | B6 | 4A | 7B | 0 | 3B | 20 | 1D | 14D | 2B | 32 |
| Octal | 266 | 112 | 173 | 0 | 73 | 40 | 35 | 515 | 53 | 62 |
| Binary | 10110110 | 1001010 | 1111011 | 0 | 111011 | 100000 | 11101 | 101001101 | 101011 | 110010 |
Color Harmonies of #B64A7B
Complementary color
Monochromatic Colors of #B64A7B
Black with #B64A7B
Text Example
Text Example
White with #B64A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64A7B; }
p { color: rgb(182,74,123); }
H1.HeaderClassName
{
color: #B64A7B;
}
.AnyTagClassName
{
color: #B64A7B;
}
</style>
background-color css
<style>
a { background-color: #B64A7B; }
a { background-color: rgb(182,74,123); }
div.DivClassName
{
background-color: #B64A7B;
}
.BgClassName
{
background-color: #B64A7B;
}
</style>
border-color css
<style>
span { border-color: #B64A7B; }
span { border-color: rgb(182,74,123); }
td.TdClassName
{
border-color: #B64A7B;
}
.TagClassName
{
border-color: #B64A7B;
}
</style>