Shades of Royal Heath #B7467D
Tints of Royal Heath #B7467D
RGB
CMYK
RGB Variations
Color information
#B7467D (or 0xB7467D) is known color: Royal Heath. HEX triplet: B7, 46 and 7D. RGB value is (183,70,125). Sum of RGB (Red+Green+Blue) = 183+70+125=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B7467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7467D is #48B982. Grayscale: #6D6D6D. Windows color (decimal): -4766083 or 8210103. OLE color: 8210103.
HSL color Cylindrical-coordinate representation of color #B7467D: hue angle of 330.8º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7467D is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 125 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.28 |
| HSL | 330.8º | 0.45% | 0.5% | - |
| HSV(B) | 330.8º | 0.62% | 0.72% | - |
| XYZ | 25.42 | 15.93 | 21.14 | - |
| YUV | 110.06 | 136.44 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 125 | 0 | 0.62 | 0.32 | 0.28 | 330.8 | 0.45 | 0.5 |
| Hex | B7 | 46 | 7D | 0 | 3E | 20 | 1C | 14B | 2D | 32 |
| Octal | 267 | 106 | 175 | 0 | 76 | 40 | 34 | 513 | 55 | 62 |
| Binary | 10110111 | 1000110 | 1111101 | 0 | 111110 | 100000 | 11100 | 101001011 | 101101 | 110010 |
Color Harmonies of #B7467D
Complementary color
Monochromatic Colors of #B7467D
Black with #B7467D
Text Example
Text Example
White with #B7467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7467D; }
p { color: rgb(183,70,125); }
H1.HeaderClassName
{
color: #B7467D;
}
.AnyTagClassName
{
color: #B7467D;
}
</style>
background-color css
<style>
a { background-color: #B7467D; }
a { background-color: rgb(183,70,125); }
div.DivClassName
{
background-color: #B7467D;
}
.BgClassName
{
background-color: #B7467D;
}
</style>
border-color css
<style>
span { border-color: #B7467D; }
span { border-color: rgb(183,70,125); }
td.TdClassName
{
border-color: #B7467D;
}
.TagClassName
{
border-color: #B7467D;
}
</style>