Shades of Royal Heath #B4427B
Tints of Royal Heath #B4427B
RGB
CMYK
RGB Variations
Color information
#B4427B (or 0xB4427B) is known color: Royal Heath. HEX triplet: B4, 42 and 7B. RGB value is (180,66,123). Sum of RGB (Red+Green+Blue) = 180+66+123=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B4427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4427B is #4BBD84. Grayscale: #6A6A6A. Windows color (decimal): -4963717 or 8078004. OLE color: 8078004.
HSL color Cylindrical-coordinate representation of color #B4427B: hue angle of 330º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4427B is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 66 | 123 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.29 |
| HSL | 330º | 0.46% | 0.48% | - |
| HSV(B) | 330º | 0.63% | 0.71% | - |
| XYZ | 24.35 | 15.03 | 20.36 | - |
| YUV | 106.58 | 137.27 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 66 | 123 | 0 | 0.63 | 0.32 | 0.29 | 330 | 0.46 | 0.48 |
| Hex | B4 | 42 | 7B | 0 | 3F | 20 | 1D | 14A | 2E | 30 |
| Octal | 264 | 102 | 173 | 0 | 77 | 40 | 35 | 512 | 56 | 60 |
| Binary | 10110100 | 1000010 | 1111011 | 0 | 111111 | 100000 | 11101 | 101001010 | 101110 | 110000 |
Color Harmonies of #B4427B
Complementary color
Monochromatic Colors of #B4427B
Black with #B4427B
Text Example
Text Example
White with #B4427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4427B; }
p { color: rgb(180,66,123); }
H1.HeaderClassName
{
color: #B4427B;
}
.AnyTagClassName
{
color: #B4427B;
}
</style>
background-color css
<style>
a { background-color: #B4427B; }
a { background-color: rgb(180,66,123); }
div.DivClassName
{
background-color: #B4427B;
}
.BgClassName
{
background-color: #B4427B;
}
</style>
border-color css
<style>
span { border-color: #B4427B; }
span { border-color: rgb(180,66,123); }
td.TdClassName
{
border-color: #B4427B;
}
.TagClassName
{
border-color: #B4427B;
}
</style>