Shades of Royal Heath #B6407C
Tints of Royal Heath #B6407C
RGB
CMYK
RGB Variations
Color information
#B6407C (or 0xB6407C) is known color: Royal Heath. HEX triplet: B6, 40 and 7C. RGB value is (182,64,124). Sum of RGB (Red+Green+Blue) = 182+64+124=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B6407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6407C is #49BF83. Grayscale: #6A6A6A. Windows color (decimal): -4833156 or 8143030. OLE color: 8143030.
HSL color Cylindrical-coordinate representation of color #B6407C: hue angle of 329.49º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B6407C is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 124 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.29 |
| HSL | 329.49º | 0.48% | 0.48% | - |
| HSV(B) | 329.49º | 0.65% | 0.71% | - |
| XYZ | 24.76 | 15.07 | 20.67 | - |
| YUV | 106.12 | 138.09 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 124 | 0 | 0.65 | 0.32 | 0.29 | 329.49 | 0.48 | 0.48 |
| Hex | B6 | 40 | 7C | 0 | 41 | 20 | 1D | 149 | 30 | 30 |
| Octal | 266 | 100 | 174 | 0 | 101 | 40 | 35 | 511 | 60 | 60 |
| Binary | 10110110 | 1000000 | 1111100 | 0 | 1000001 | 100000 | 11101 | 101001001 | 110000 | 110000 |
Color Harmonies of #B6407C
Complementary color
Monochromatic Colors of #B6407C
Black with #B6407C
Text Example
Text Example
White with #B6407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6407C; }
p { color: rgb(182,64,124); }
H1.HeaderClassName
{
color: #B6407C;
}
.AnyTagClassName
{
color: #B6407C;
}
</style>
background-color css
<style>
a { background-color: #B6407C; }
a { background-color: rgb(182,64,124); }
div.DivClassName
{
background-color: #B6407C;
}
.BgClassName
{
background-color: #B6407C;
}
</style>
border-color css
<style>
span { border-color: #B6407C; }
span { border-color: rgb(182,64,124); }
td.TdClassName
{
border-color: #B6407C;
}
.TagClassName
{
border-color: #B6407C;
}
</style>