Shades of Royal Heath #B6417D
Tints of Royal Heath #B6417D
RGB
CMYK
RGB Variations
Color information
#B6417D (or 0xB6417D) is known color: Royal Heath. HEX triplet: B6, 41 and 7D. RGB value is (182,65,125). Sum of RGB (Red+Green+Blue) = 182+65+125=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B6417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6417D is #49BE82. Grayscale: #6A6A6A. Windows color (decimal): -4832899 or 8208822. OLE color: 8208822.
HSL color Cylindrical-coordinate representation of color #B6417D: hue angle of 329.23º 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 #B6417D is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 125 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.29 |
| HSL | 329.23º | 0.47% | 0.48% | - |
| HSV(B) | 329.23º | 0.64% | 0.71% | - |
| XYZ | 24.88 | 15.21 | 21.03 | - |
| YUV | 106.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 125 | 0 | 0.64 | 0.31 | 0.29 | 329.23 | 0.47 | 0.48 |
| Hex | B6 | 41 | 7D | 0 | 40 | 1F | 1D | 149 | 2F | 30 |
| Octal | 266 | 101 | 175 | 0 | 100 | 37 | 35 | 511 | 57 | 60 |
| Binary | 10110110 | 1000001 | 1111101 | 0 | 1000000 | 11111 | 11101 | 101001001 | 101111 | 110000 |
Color Harmonies of #B6417D
Complementary color
Monochromatic Colors of #B6417D
Black with #B6417D
Text Example
Text Example
White with #B6417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6417D; }
p { color: rgb(182,65,125); }
H1.HeaderClassName
{
color: #B6417D;
}
.AnyTagClassName
{
color: #B6417D;
}
</style>
background-color css
<style>
a { background-color: #B6417D; }
a { background-color: rgb(182,65,125); }
div.DivClassName
{
background-color: #B6417D;
}
.BgClassName
{
background-color: #B6417D;
}
</style>
border-color css
<style>
span { border-color: #B6417D; }
span { border-color: rgb(182,65,125); }
td.TdClassName
{
border-color: #B6417D;
}
.TagClassName
{
border-color: #B6417D;
}
</style>