Shades of Royal Heath #B3527B
Tints of Royal Heath #B3527B
RGB
CMYK
RGB Variations
Color information
#B3527B (or 0xB3527B) is known color: Royal Heath. HEX triplet: B3, 52 and 7B. RGB value is (179,82,123). Sum of RGB (Red+Green+Blue) = 179+82+123=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B3527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3527B is #4CAD84. Grayscale: #737373. Windows color (decimal): -5025157 or 8082099. OLE color: 8082099.
HSL color Cylindrical-coordinate representation of color #B3527B: hue angle of 334.64º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B3527B is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 82 | 123 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.30 |
| HSL | 334.64º | 0.39% | 0.51% | - |
| HSV(B) | 334.64º | 0.54% | 0.7% | - |
| XYZ | 25.18 | 17.05 | 20.7 | - |
| YUV | 115.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 82 | 123 | 0 | 0.54 | 0.31 | 0.30 | 334.64 | 0.39 | 0.51 |
| Hex | B3 | 52 | 7B | 0 | 36 | 1F | 1E | 14F | 27 | 33 |
| Octal | 263 | 122 | 173 | 0 | 66 | 37 | 36 | 517 | 47 | 63 |
| Binary | 10110011 | 1010010 | 1111011 | 0 | 110110 | 11111 | 11110 | 101001111 | 100111 | 110011 |
Color Harmonies of #B3527B
Complementary color
Monochromatic Colors of #B3527B
Black with #B3527B
Text Example
Text Example
White with #B3527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3527B; }
p { color: rgb(179,82,123); }
H1.HeaderClassName
{
color: #B3527B;
}
.AnyTagClassName
{
color: #B3527B;
}
</style>
background-color css
<style>
a { background-color: #B3527B; }
a { background-color: rgb(179,82,123); }
div.DivClassName
{
background-color: #B3527B;
}
.BgClassName
{
background-color: #B3527B;
}
</style>
border-color css
<style>
span { border-color: #B3527B; }
span { border-color: rgb(179,82,123); }
td.TdClassName
{
border-color: #B3527B;
}
.TagClassName
{
border-color: #B3527B;
}
</style>