Shades of Royal Heath #B6417C
Tints of Royal Heath #B6417C
RGB
CMYK
RGB Variations
Color information
#B6417C (or 0xB6417C) is known color: Royal Heath. HEX triplet: B6, 41 and 7C. RGB value is (182,65,124). Sum of RGB (Red+Green+Blue) = 182+65+124=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B6417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6417C is #49BE83. Grayscale: #6A6A6A. Windows color (decimal): -4832900 or 8143286. OLE color: 8143286.
HSL color Cylindrical-coordinate representation of color #B6417C: hue angle of 329.74º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B6417C is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 124 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.29 |
| HSL | 329.74º | 0.47% | 0.48% | - |
| HSV(B) | 329.74º | 0.64% | 0.71% | - |
| XYZ | 24.82 | 15.18 | 20.69 | - |
| YUV | 106.71 | 137.76 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 124 | 0 | 0.64 | 0.32 | 0.29 | 329.74 | 0.47 | 0.48 |
| Hex | B6 | 41 | 7C | 0 | 40 | 20 | 1D | 14A | 2F | 30 |
| Octal | 266 | 101 | 174 | 0 | 100 | 40 | 35 | 512 | 57 | 60 |
| Binary | 10110110 | 1000001 | 1111100 | 0 | 1000000 | 100000 | 11101 | 101001010 | 101111 | 110000 |
Color Harmonies of #B6417C
Complementary color
Monochromatic Colors of #B6417C
Black with #B6417C
Text Example
Text Example
White with #B6417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6417C; }
p { color: rgb(182,65,124); }
H1.HeaderClassName
{
color: #B6417C;
}
.AnyTagClassName
{
color: #B6417C;
}
</style>
background-color css
<style>
a { background-color: #B6417C; }
a { background-color: rgb(182,65,124); }
div.DivClassName
{
background-color: #B6417C;
}
.BgClassName
{
background-color: #B6417C;
}
</style>
border-color css
<style>
span { border-color: #B6417C; }
span { border-color: rgb(182,65,124); }
td.TdClassName
{
border-color: #B6417C;
}
.TagClassName
{
border-color: #B6417C;
}
</style>