Shades of Medium Red Violet #BF257B
Tints of Medium Red Violet #BF257B
RGB
CMYK
RGB Variations
Color information
#BF257B (or 0xBF257B) is known color: Medium Red Violet. HEX triplet: BF, 25 and 7B. RGB value is (191,37,123). Sum of RGB (Red+Green+Blue) = 191+37+123=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF257B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF257B is #40DA84. Grayscale: #5C5C5C. Windows color (decimal): -4250245 or 8070591. OLE color: 8070591.
HSL color Cylindrical-coordinate representation of color #BF257B: hue angle of 326.49º 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 #BF257B is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 123 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.25 |
| HSL | 326.49º | 0.68% | 0.45% | - |
| HSV(B) | 326.49º | 0.81% | 0.75% | - |
| XYZ | 25.72 | 13.83 | 20.05 | - |
| YUV | 92.85 | 145.02 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 123 | 0 | 0.81 | 0.36 | 0.25 | 326.49 | 0.68 | 0.45 |
| Hex | BF | 25 | 7B | 0 | 51 | 24 | 19 | 146 | 44 | 2D |
| Octal | 277 | 45 | 173 | 0 | 121 | 44 | 31 | 506 | 104 | 55 |
| Binary | 10111111 | 100101 | 1111011 | 0 | 1010001 | 100100 | 11001 | 101000110 | 1000100 | 101101 |
Color Harmonies of #BF257B
Complementary color
Monochromatic Colors of #BF257B
Black with #BF257B
Text Example
Text Example
White with #BF257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF257B; }
p { color: rgb(191,37,123); }
H1.HeaderClassName
{
color: #BF257B;
}
.AnyTagClassName
{
color: #BF257B;
}
</style>
background-color css
<style>
a { background-color: #BF257B; }
a { background-color: rgb(191,37,123); }
div.DivClassName
{
background-color: #BF257B;
}
.BgClassName
{
background-color: #BF257B;
}
</style>
border-color css
<style>
span { border-color: #BF257B; }
span { border-color: rgb(191,37,123); }
td.TdClassName
{
border-color: #BF257B;
}
.TagClassName
{
border-color: #BF257B;
}
</style>