Shades of Royal Heath #B43F7B
Tints of Royal Heath #B43F7B
RGB
CMYK
RGB Variations
Color information
#B43F7B (or 0xB43F7B) is known color: Royal Heath. HEX triplet: B4, 3F and 7B. RGB value is (180,63,123). Sum of RGB (Red+Green+Blue) = 180+63+123=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43F7B is #4BC084. Grayscale: #686868. Windows color (decimal): -4964485 or 8077236. OLE color: 8077236.
HSL color Cylindrical-coordinate representation of color #B43F7B: hue angle of 329.23º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B43F7B is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 63 | 123 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.29 |
| HSL | 329.23º | 0.48% | 0.48% | - |
| HSV(B) | 329.23º | 0.65% | 0.71% | - |
| XYZ | 24.18 | 14.69 | 20.3 | - |
| YUV | 104.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 63 | 123 | 0 | 0.65 | 0.32 | 0.29 | 329.23 | 0.48 | 0.48 |
| Hex | B4 | 3F | 7B | 0 | 41 | 20 | 1D | 149 | 30 | 30 |
| Octal | 264 | 77 | 173 | 0 | 101 | 40 | 35 | 511 | 60 | 60 |
| Binary | 10110100 | 111111 | 1111011 | 0 | 1000001 | 100000 | 11101 | 101001001 | 110000 | 110000 |
Color Harmonies of #B43F7B
Complementary color
Monochromatic Colors of #B43F7B
Black with #B43F7B
Text Example
Text Example
White with #B43F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43F7B; }
p { color: rgb(180,63,123); }
H1.HeaderClassName
{
color: #B43F7B;
}
.AnyTagClassName
{
color: #B43F7B;
}
</style>
background-color css
<style>
a { background-color: #B43F7B; }
a { background-color: rgb(180,63,123); }
div.DivClassName
{
background-color: #B43F7B;
}
.BgClassName
{
background-color: #B43F7B;
}
</style>
border-color css
<style>
span { border-color: #B43F7B; }
span { border-color: rgb(180,63,123); }
td.TdClassName
{
border-color: #B43F7B;
}
.TagClassName
{
border-color: #B43F7B;
}
</style>