Shades of Royal Heath #BF3E75
Tints of Royal Heath #BF3E75
RGB
CMYK
RGB Variations
Color information
#BF3E75 (or 0xBF3E75) is known color: Royal Heath. HEX triplet: BF, 3E and 75. RGB value is (191,62,117). Sum of RGB (Red+Green+Blue) = 191+62+117=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3E75 is #40C18A. Grayscale: #6A6A6A. Windows color (decimal): -4243851 or 7683775. OLE color: 7683775.
HSL color Cylindrical-coordinate representation of color #BF3E75: hue angle of 334.42º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E75 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 117 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.25 |
| HSL | 334.42º | 0.51% | 0.5% | - |
| HSV(B) | 334.42º | 0.68% | 0.75% | - |
| XYZ | 26.42 | 15.81 | 18.49 | - |
| YUV | 106.84 | 133.74 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 117 | 0 | 0.68 | 0.39 | 0.25 | 334.42 | 0.51 | 0.5 |
| Hex | BF | 3E | 75 | 0 | 44 | 27 | 19 | 14E | 33 | 32 |
| Octal | 277 | 76 | 165 | 0 | 104 | 47 | 31 | 516 | 63 | 62 |
| Binary | 10111111 | 111110 | 1110101 | 0 | 1000100 | 100111 | 11001 | 101001110 | 110011 | 110010 |
Color Harmonies of #BF3E75
Complementary color
Monochromatic Colors of #BF3E75
Black with #BF3E75
Text Example
Text Example
White with #BF3E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E75; }
p { color: rgb(191,62,117); }
H1.HeaderClassName
{
color: #BF3E75;
}
.AnyTagClassName
{
color: #BF3E75;
}
</style>
background-color css
<style>
a { background-color: #BF3E75; }
a { background-color: rgb(191,62,117); }
div.DivClassName
{
background-color: #BF3E75;
}
.BgClassName
{
background-color: #BF3E75;
}
</style>
border-color css
<style>
span { border-color: #BF3E75; }
span { border-color: rgb(191,62,117); }
td.TdClassName
{
border-color: #BF3E75;
}
.TagClassName
{
border-color: #BF3E75;
}
</style>