Shades of Medium Red Violet #BF246C
Tints of Medium Red Violet #BF246C
RGB
CMYK
RGB Variations
Color information
#BF246C (or 0xBF246C) is known color: Medium Red Violet. HEX triplet: BF, 24 and 6C. RGB value is (191,36,108). Sum of RGB (Red+Green+Blue) = 191+36+108=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF246C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF246C is #40DB93. Grayscale: #5A5A5A. Windows color (decimal): -4250516 or 7087295. OLE color: 7087295.
HSL color Cylindrical-coordinate representation of color #BF246C: hue angle of 332.13º 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 #BF246C is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 108 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.25 |
| HSL | 332.13º | 0.68% | 0.45% | - |
| HSV(B) | 332.13º | 0.81% | 0.75% | - |
| XYZ | 24.82 | 13.42 | 15.47 | - |
| YUV | 90.55 | 137.85 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 108 | 0 | 0.81 | 0.43 | 0.25 | 332.13 | 0.68 | 0.45 |
| Hex | BF | 24 | 6C | 0 | 51 | 2B | 19 | 14C | 44 | 2D |
| Octal | 277 | 44 | 154 | 0 | 121 | 53 | 31 | 514 | 104 | 55 |
| Binary | 10111111 | 100100 | 1101100 | 0 | 1010001 | 101011 | 11001 | 101001100 | 1000100 | 101101 |
Color Harmonies of #BF246C
Complementary color
Monochromatic Colors of #BF246C
Black with #BF246C
Text Example
Text Example
White with #BF246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF246C; }
p { color: rgb(191,36,108); }
H1.HeaderClassName
{
color: #BF246C;
}
.AnyTagClassName
{
color: #BF246C;
}
</style>
background-color css
<style>
a { background-color: #BF246C; }
a { background-color: rgb(191,36,108); }
div.DivClassName
{
background-color: #BF246C;
}
.BgClassName
{
background-color: #BF246C;
}
</style>
border-color css
<style>
span { border-color: #BF246C; }
span { border-color: rgb(191,36,108); }
td.TdClassName
{
border-color: #BF246C;
}
.TagClassName
{
border-color: #BF246C;
}
</style>