Shades of Medium Red Violet #BF258B
Tints of Medium Red Violet #BF258B
RGB
CMYK
RGB Variations
Color information
#BF258B (or 0xBF258B) is known color: Medium Red Violet. HEX triplet: BF, 25 and 8B. RGB value is (191,37,139). Sum of RGB (Red+Green+Blue) = 191+37+139=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF258B is #40DA74. Grayscale: #5E5E5E. Windows color (decimal): -4250229 or 9119167. OLE color: 9119167.
HSL color Cylindrical-coordinate representation of color #BF258B: hue angle of 320.26º 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 #BF258B is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 139 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.25 |
| HSL | 320.26º | 0.68% | 0.45% | - |
| HSV(B) | 320.26º | 0.81% | 0.75% | - |
| XYZ | 26.81 | 14.26 | 25.77 | - |
| YUV | 94.67 | 153.02 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 139 | 0 | 0.81 | 0.27 | 0.25 | 320.26 | 0.68 | 0.45 |
| Hex | BF | 25 | 8B | 0 | 51 | 1B | 19 | 140 | 44 | 2D |
| Octal | 277 | 45 | 213 | 0 | 121 | 33 | 31 | 500 | 104 | 55 |
| Binary | 10111111 | 100101 | 10001011 | 0 | 1010001 | 11011 | 11001 | 101000000 | 1000100 | 101101 |
Color Harmonies of #BF258B
Complementary color
Monochromatic Colors of #BF258B
Black with #BF258B
Text Example
Text Example
White with #BF258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF258B; }
p { color: rgb(191,37,139); }
H1.HeaderClassName
{
color: #BF258B;
}
.AnyTagClassName
{
color: #BF258B;
}
</style>
background-color css
<style>
a { background-color: #BF258B; }
a { background-color: rgb(191,37,139); }
div.DivClassName
{
background-color: #BF258B;
}
.BgClassName
{
background-color: #BF258B;
}
</style>
border-color css
<style>
span { border-color: #BF258B; }
span { border-color: rgb(191,37,139); }
td.TdClassName
{
border-color: #BF258B;
}
.TagClassName
{
border-color: #BF258B;
}
</style>