Shades of Royal Heath #B0427B
Tints of Royal Heath #B0427B
RGB
CMYK
RGB Variations
Color information
#B0427B (or 0xB0427B) is known color: Royal Heath. HEX triplet: B0, 42 and 7B. RGB value is (176,66,123). Sum of RGB (Red+Green+Blue) = 176+66+123=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B0427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0427B is #4FBD84. Grayscale: #696969. Windows color (decimal): -5225861 or 8078000. OLE color: 8078000.
HSL color Cylindrical-coordinate representation of color #B0427B: hue angle of 328.91º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0427B is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 66 | 123 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.31 |
| HSL | 328.91º | 0.45% | 0.47% | - |
| HSV(B) | 328.91º | 0.63% | 0.69% | - |
| XYZ | 23.43 | 14.56 | 20.31 | - |
| YUV | 105.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 66 | 123 | 0 | 0.62 | 0.30 | 0.31 | 328.91 | 0.45 | 0.47 |
| Hex | B0 | 42 | 7B | 0 | 3E | 1E | 1F | 149 | 2D | 2F |
| Octal | 260 | 102 | 173 | 0 | 76 | 36 | 37 | 511 | 55 | 57 |
| Binary | 10110000 | 1000010 | 1111011 | 0 | 111110 | 11110 | 11111 | 101001001 | 101101 | 101111 |
Color Harmonies of #B0427B
Complementary color
Monochromatic Colors of #B0427B
Black with #B0427B
Text Example
Text Example
White with #B0427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0427B; }
p { color: rgb(176,66,123); }
H1.HeaderClassName
{
color: #B0427B;
}
.AnyTagClassName
{
color: #B0427B;
}
</style>
background-color css
<style>
a { background-color: #B0427B; }
a { background-color: rgb(176,66,123); }
div.DivClassName
{
background-color: #B0427B;
}
.BgClassName
{
background-color: #B0427B;
}
</style>
border-color css
<style>
span { border-color: #B0427B; }
span { border-color: rgb(176,66,123); }
td.TdClassName
{
border-color: #B0427B;
}
.TagClassName
{
border-color: #B0427B;
}
</style>