Shades of Royal Heath #BB467D
Tints of Royal Heath #BB467D
RGB
CMYK
RGB Variations
Color information
#BB467D (or 0xBB467D) is known color: Royal Heath. HEX triplet: BB, 46 and 7D. RGB value is (187,70,125). Sum of RGB (Red+Green+Blue) = 187+70+125=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB467D is #44B982. Grayscale: #6F6F6F. Windows color (decimal): -4503939 or 8210107. OLE color: 8210107.
HSL color Cylindrical-coordinate representation of color #BB467D: hue angle of 331.79º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB467D is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 125 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.27 |
| HSL | 331.79º | 0.46% | 0.5% | - |
| HSV(B) | 331.79º | 0.63% | 0.73% | - |
| XYZ | 26.39 | 16.43 | 21.18 | - |
| YUV | 111.25 | 135.76 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 125 | 0 | 0.63 | 0.33 | 0.27 | 331.79 | 0.46 | 0.5 |
| Hex | BB | 46 | 7D | 0 | 3F | 21 | 1B | 14C | 2E | 32 |
| Octal | 273 | 106 | 175 | 0 | 77 | 41 | 33 | 514 | 56 | 62 |
| Binary | 10111011 | 1000110 | 1111101 | 0 | 111111 | 100001 | 11011 | 101001100 | 101110 | 110010 |
Color Harmonies of #BB467D
Complementary color
Monochromatic Colors of #BB467D
Black with #BB467D
Text Example
Text Example
White with #BB467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB467D; }
p { color: rgb(187,70,125); }
H1.HeaderClassName
{
color: #BB467D;
}
.AnyTagClassName
{
color: #BB467D;
}
</style>
background-color css
<style>
a { background-color: #BB467D; }
a { background-color: rgb(187,70,125); }
div.DivClassName
{
background-color: #BB467D;
}
.BgClassName
{
background-color: #BB467D;
}
</style>
border-color css
<style>
span { border-color: #BB467D; }
span { border-color: rgb(187,70,125); }
td.TdClassName
{
border-color: #BB467D;
}
.TagClassName
{
border-color: #BB467D;
}
</style>