Shades of Medium Violet Red #BF238B
Tints of Medium Violet Red #BF238B
RGB
CMYK
RGB Variations
Color information
#BF238B (or 0xBF238B) is known color: Medium Violet Red. HEX triplet: BF, 23 and 8B. RGB value is (191,35,139). Sum of RGB (Red+Green+Blue) = 191+35+139=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF238B is #40DC74. Grayscale: #5D5D5D. Windows color (decimal): -4250741 or 9118655. OLE color: 9118655.
HSL color Cylindrical-coordinate representation of color #BF238B: hue angle of 320º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF238B is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 35 | 139 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.25 |
| HSL | 320º | 0.69% | 0.44% | - |
| HSV(B) | 320º | 0.82% | 0.75% | - |
| XYZ | 26.75 | 14.14 | 25.75 | - |
| YUV | 93.5 | 153.68 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 35 | 139 | 0 | 0.82 | 0.27 | 0.25 | 320 | 0.69 | 0.44 |
| Hex | BF | 23 | 8B | 0 | 52 | 1B | 19 | 140 | 45 | 2C |
| Octal | 277 | 43 | 213 | 0 | 122 | 33 | 31 | 500 | 105 | 54 |
| Binary | 10111111 | 100011 | 10001011 | 0 | 1010010 | 11011 | 11001 | 101000000 | 1000101 | 101100 |
Color Harmonies of #BF238B
Complementary color
Monochromatic Colors of #BF238B
Black with #BF238B
Text Example
Text Example
White with #BF238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF238B; }
p { color: rgb(191,35,139); }
H1.HeaderClassName
{
color: #BF238B;
}
.AnyTagClassName
{
color: #BF238B;
}
</style>
background-color css
<style>
a { background-color: #BF238B; }
a { background-color: rgb(191,35,139); }
div.DivClassName
{
background-color: #BF238B;
}
.BgClassName
{
background-color: #BF238B;
}
</style>
border-color css
<style>
span { border-color: #BF238B; }
span { border-color: rgb(191,35,139); }
td.TdClassName
{
border-color: #BF238B;
}
.TagClassName
{
border-color: #BF238B;
}
</style>