Shades of Medium Red Violet #BF247D
Tints of Medium Red Violet #BF247D
RGB
CMYK
RGB Variations
Color information
#BF247D (or 0xBF247D) is known color: Medium Red Violet. HEX triplet: BF, 24 and 7D. RGB value is (191,36,125). Sum of RGB (Red+Green+Blue) = 191+36+125=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF247D is #40DB82. Grayscale: #5C5C5C. Windows color (decimal): -4250499 or 8201407. OLE color: 8201407.
HSL color Cylindrical-coordinate representation of color #BF247D: hue angle of 325.55º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF247D is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 125 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.25 |
| HSL | 325.55º | 0.68% | 0.45% | - |
| HSV(B) | 325.55º | 0.81% | 0.75% | - |
| XYZ | 25.82 | 13.82 | 20.71 | - |
| YUV | 92.49 | 146.35 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 125 | 0 | 0.81 | 0.35 | 0.25 | 325.55 | 0.68 | 0.45 |
| Hex | BF | 24 | 7D | 0 | 51 | 23 | 19 | 146 | 44 | 2D |
| Octal | 277 | 44 | 175 | 0 | 121 | 43 | 31 | 506 | 104 | 55 |
| Binary | 10111111 | 100100 | 1111101 | 0 | 1010001 | 100011 | 11001 | 101000110 | 1000100 | 101101 |
Color Harmonies of #BF247D
Complementary color
Monochromatic Colors of #BF247D
Black with #BF247D
Text Example
Text Example
White with #BF247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF247D; }
p { color: rgb(191,36,125); }
H1.HeaderClassName
{
color: #BF247D;
}
.AnyTagClassName
{
color: #BF247D;
}
</style>
background-color css
<style>
a { background-color: #BF247D; }
a { background-color: rgb(191,36,125); }
div.DivClassName
{
background-color: #BF247D;
}
.BgClassName
{
background-color: #BF247D;
}
</style>
border-color css
<style>
span { border-color: #BF247D; }
span { border-color: rgb(191,36,125); }
td.TdClassName
{
border-color: #BF247D;
}
.TagClassName
{
border-color: #BF247D;
}
</style>