Shades of Royal Heath #B3487B
Tints of Royal Heath #B3487B
RGB
CMYK
RGB Variations
Color information
#B3487B (or 0xB3487B) is known color: Royal Heath. HEX triplet: B3, 48 and 7B. RGB value is (179,72,123). Sum of RGB (Red+Green+Blue) = 179+72+123=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B3487B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3487B is #4CB784. Grayscale: #6D6D6D. Windows color (decimal): -5027717 or 8079539. OLE color: 8079539.
HSL color Cylindrical-coordinate representation of color #B3487B: hue angle of 331.4º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3487B is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 72 | 123 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.30 |
| HSL | 331.4º | 0.43% | 0.49% | - |
| HSV(B) | 331.4º | 0.6% | 0.7% | - |
| XYZ | 24.48 | 15.65 | 20.47 | - |
| YUV | 109.81 | 135.45 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 123 | 0 | 0.60 | 0.31 | 0.30 | 331.4 | 0.43 | 0.49 |
| Hex | B3 | 48 | 7B | 0 | 3C | 1F | 1E | 14B | 2B | 31 |
| Octal | 263 | 110 | 173 | 0 | 74 | 37 | 36 | 513 | 53 | 61 |
| Binary | 10110011 | 1001000 | 1111011 | 0 | 111100 | 11111 | 11110 | 101001011 | 101011 | 110001 |
Color Harmonies of #B3487B
Complementary color
Monochromatic Colors of #B3487B
Black with #B3487B
Text Example
Text Example
White with #B3487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3487B; }
p { color: rgb(179,72,123); }
H1.HeaderClassName
{
color: #B3487B;
}
.AnyTagClassName
{
color: #B3487B;
}
</style>
background-color css
<style>
a { background-color: #B3487B; }
a { background-color: rgb(179,72,123); }
div.DivClassName
{
background-color: #B3487B;
}
.BgClassName
{
background-color: #B3487B;
}
</style>
border-color css
<style>
span { border-color: #B3487B; }
span { border-color: rgb(179,72,123); }
td.TdClassName
{
border-color: #B3487B;
}
.TagClassName
{
border-color: #B3487B;
}
</style>