Shades of Royal Heath #B4407B
Tints of Royal Heath #B4407B
RGB
CMYK
RGB Variations
Color information
#B4407B (or 0xB4407B) is known color: Royal Heath. HEX triplet: B4, 40 and 7B. RGB value is (180,64,123). Sum of RGB (Red+Green+Blue) = 180+64+123=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B4407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4407B is #4BBF84. Grayscale: #696969. Windows color (decimal): -4964229 or 8077492. OLE color: 8077492.
HSL color Cylindrical-coordinate representation of color #B4407B: hue angle of 329.48º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B4407B is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 123 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.29 |
| HSL | 329.48º | 0.48% | 0.48% | - |
| HSV(B) | 329.48º | 0.64% | 0.71% | - |
| XYZ | 24.23 | 14.8 | 20.32 | - |
| YUV | 105.41 | 137.93 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 123 | 0 | 0.64 | 0.32 | 0.29 | 329.48 | 0.48 | 0.48 |
| Hex | B4 | 40 | 7B | 0 | 40 | 20 | 1D | 149 | 30 | 30 |
| Octal | 264 | 100 | 173 | 0 | 100 | 40 | 35 | 511 | 60 | 60 |
| Binary | 10110100 | 1000000 | 1111011 | 0 | 1000000 | 100000 | 11101 | 101001001 | 110000 | 110000 |
Color Harmonies of #B4407B
Complementary color
Monochromatic Colors of #B4407B
Black with #B4407B
Text Example
Text Example
White with #B4407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4407B; }
p { color: rgb(180,64,123); }
H1.HeaderClassName
{
color: #B4407B;
}
.AnyTagClassName
{
color: #B4407B;
}
</style>
background-color css
<style>
a { background-color: #B4407B; }
a { background-color: rgb(180,64,123); }
div.DivClassName
{
background-color: #B4407B;
}
.BgClassName
{
background-color: #B4407B;
}
</style>
border-color css
<style>
span { border-color: #B4407B; }
span { border-color: rgb(180,64,123); }
td.TdClassName
{
border-color: #B4407B;
}
.TagClassName
{
border-color: #B4407B;
}
</style>