Shades of Royal Heath #B0407A
Tints of Royal Heath #B0407A
RGB
CMYK
RGB Variations
Color information
#B0407A (or 0xB0407A) is known color: Royal Heath. HEX triplet: B0, 40 and 7A. RGB value is (176,64,122). Sum of RGB (Red+Green+Blue) = 176+64+122=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B0407A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0407A is #4FBF85. Grayscale: #676767. Windows color (decimal): -5226374 or 8011952. OLE color: 8011952.
HSL color Cylindrical-coordinate representation of color #B0407A: hue angle of 328.93º 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 #B0407A is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 122 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.31 |
| HSL | 328.93º | 0.47% | 0.47% | - |
| HSV(B) | 328.93º | 0.64% | 0.69% | - |
| XYZ | 23.25 | 14.3 | 19.95 | - |
| YUV | 104.1 | 138.11 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 122 | 0 | 0.64 | 0.31 | 0.31 | 328.93 | 0.47 | 0.47 |
| Hex | B0 | 40 | 7A | 0 | 40 | 1F | 1F | 149 | 2F | 2F |
| Octal | 260 | 100 | 172 | 0 | 100 | 37 | 37 | 511 | 57 | 57 |
| Binary | 10110000 | 1000000 | 1111010 | 0 | 1000000 | 11111 | 11111 | 101001001 | 101111 | 101111 |
Color Harmonies of #B0407A
Complementary color
Monochromatic Colors of #B0407A
Black with #B0407A
Text Example
Text Example
White with #B0407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0407A; }
p { color: rgb(176,64,122); }
H1.HeaderClassName
{
color: #B0407A;
}
.AnyTagClassName
{
color: #B0407A;
}
</style>
background-color css
<style>
a { background-color: #B0407A; }
a { background-color: rgb(176,64,122); }
div.DivClassName
{
background-color: #B0407A;
}
.BgClassName
{
background-color: #B0407A;
}
</style>
border-color css
<style>
span { border-color: #B0407A; }
span { border-color: rgb(176,64,122); }
td.TdClassName
{
border-color: #B0407A;
}
.TagClassName
{
border-color: #B0407A;
}
</style>