Shades of Royal Heath #B35080
Tints of Royal Heath #B35080
RGB
CMYK
RGB Variations
Color information
#B35080 (or 0xB35080) is known color: Royal Heath. HEX triplet: B3, 50 and 80. RGB value is (179,80,128). Sum of RGB (Red+Green+Blue) = 179+80+128=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B35080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35080 is #4CAF7F. Grayscale: #727272. Windows color (decimal): -5025664 or 8409267. OLE color: 8409267.
HSL color Cylindrical-coordinate representation of color #B35080: hue angle of 330.91º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B35080 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 80 | 128 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.30 |
| HSL | 330.91º | 0.39% | 0.51% | - |
| HSV(B) | 330.91º | 0.55% | 0.7% | - |
| XYZ | 25.36 | 16.88 | 22.34 | - |
| YUV | 115.07 | 135.3 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 128 | 0 | 0.55 | 0.28 | 0.30 | 330.91 | 0.39 | 0.51 |
| Hex | B3 | 50 | 80 | 0 | 37 | 1C | 1E | 14B | 27 | 33 |
| Octal | 263 | 120 | 200 | 0 | 67 | 34 | 36 | 513 | 47 | 63 |
| Binary | 10110011 | 1010000 | 10000000 | 0 | 110111 | 11100 | 11110 | 101001011 | 100111 | 110011 |
Color Harmonies of #B35080
Complementary color
Monochromatic Colors of #B35080
Black with #B35080
Text Example
Text Example
White with #B35080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35080; }
p { color: rgb(179,80,128); }
H1.HeaderClassName
{
color: #B35080;
}
.AnyTagClassName
{
color: #B35080;
}
</style>
background-color css
<style>
a { background-color: #B35080; }
a { background-color: rgb(179,80,128); }
div.DivClassName
{
background-color: #B35080;
}
.BgClassName
{
background-color: #B35080;
}
</style>
border-color css
<style>
span { border-color: #B35080; }
span { border-color: rgb(179,80,128); }
td.TdClassName
{
border-color: #B35080;
}
.TagClassName
{
border-color: #B35080;
}
</style>