Shades of Royal Heath #B13F7A
Tints of Royal Heath #B13F7A
RGB
CMYK
RGB Variations
Color information
#B13F7A (or 0xB13F7A) is known color: Royal Heath. HEX triplet: B1, 3F and 7A. RGB value is (177,63,122). Sum of RGB (Red+Green+Blue) = 177+63+122=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13F7A is #4EC085. Grayscale: #676767. Windows color (decimal): -5161094 or 8011697. OLE color: 8011697.
HSL color Cylindrical-coordinate representation of color #B13F7A: hue angle of 328.95º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B13F7A is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 122 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.31 |
| HSL | 328.95º | 0.48% | 0.47% | - |
| HSV(B) | 328.95º | 0.64% | 0.69% | - |
| XYZ | 23.42 | 14.31 | 19.94 | - |
| YUV | 103.81 | 138.27 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 122 | 0 | 0.64 | 0.31 | 0.31 | 328.95 | 0.48 | 0.47 |
| Hex | B1 | 3F | 7A | 0 | 40 | 1F | 1F | 149 | 30 | 2F |
| Octal | 261 | 77 | 172 | 0 | 100 | 37 | 37 | 511 | 60 | 57 |
| Binary | 10110001 | 111111 | 1111010 | 0 | 1000000 | 11111 | 11111 | 101001001 | 110000 | 101111 |
Color Harmonies of #B13F7A
Complementary color
Monochromatic Colors of #B13F7A
Black with #B13F7A
Text Example
Text Example
White with #B13F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13F7A; }
p { color: rgb(177,63,122); }
H1.HeaderClassName
{
color: #B13F7A;
}
.AnyTagClassName
{
color: #B13F7A;
}
</style>
background-color css
<style>
a { background-color: #B13F7A; }
a { background-color: rgb(177,63,122); }
div.DivClassName
{
background-color: #B13F7A;
}
.BgClassName
{
background-color: #B13F7A;
}
</style>
border-color css
<style>
span { border-color: #B13F7A; }
span { border-color: rgb(177,63,122); }
td.TdClassName
{
border-color: #B13F7A;
}
.TagClassName
{
border-color: #B13F7A;
}
</style>