Shades of Royal Heath #BB4175
Tints of Royal Heath #BB4175
RGB
CMYK
RGB Variations
Color information
#BB4175 (or 0xBB4175) is known color: Royal Heath. HEX triplet: BB, 41 and 75. RGB value is (187,65,117). Sum of RGB (Red+Green+Blue) = 187+65+117=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4175 is #44BE8A. Grayscale: #6B6B6B. Windows color (decimal): -4505227 or 7684539. OLE color: 7684539.
HSL color Cylindrical-coordinate representation of color #BB4175: hue angle of 334.43º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4175 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 117 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.27 |
| HSL | 334.43º | 0.48% | 0.49% | - |
| HSV(B) | 334.43º | 0.65% | 0.73% | - |
| XYZ | 25.59 | 15.63 | 18.5 | - |
| YUV | 107.41 | 133.42 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 117 | 0 | 0.65 | 0.37 | 0.27 | 334.43 | 0.48 | 0.49 |
| Hex | BB | 41 | 75 | 0 | 41 | 25 | 1B | 14E | 30 | 31 |
| Octal | 273 | 101 | 165 | 0 | 101 | 45 | 33 | 516 | 60 | 61 |
| Binary | 10111011 | 1000001 | 1110101 | 0 | 1000001 | 100101 | 11011 | 101001110 | 110000 | 110001 |
Color Harmonies of #BB4175
Complementary color
Monochromatic Colors of #BB4175
Black with #BB4175
Text Example
Text Example
White with #BB4175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4175; }
p { color: rgb(187,65,117); }
H1.HeaderClassName
{
color: #BB4175;
}
.AnyTagClassName
{
color: #BB4175;
}
</style>
background-color css
<style>
a { background-color: #BB4175; }
a { background-color: rgb(187,65,117); }
div.DivClassName
{
background-color: #BB4175;
}
.BgClassName
{
background-color: #BB4175;
}
</style>
border-color css
<style>
span { border-color: #BB4175; }
span { border-color: rgb(187,65,117); }
td.TdClassName
{
border-color: #BB4175;
}
.TagClassName
{
border-color: #BB4175;
}
</style>