Shades of Medium Violet Red #BF2380
Tints of Medium Violet Red #BF2380
RGB
CMYK
RGB Variations
Color information
#BF2380 (or 0xBF2380) is known color: Medium Violet Red. HEX triplet: BF, 23 and 80. RGB value is (191,35,128). Sum of RGB (Red+Green+Blue) = 191+35+128=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2380 is #40DC7F. Grayscale: #5C5C5C. Windows color (decimal): -4250752 or 8397759. OLE color: 8397759.
HSL color Cylindrical-coordinate representation of color #BF2380: hue angle of 324.23º 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 #BF2380 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 35 | 128 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.25 |
| HSL | 324.23º | 0.69% | 0.44% | - |
| HSV(B) | 324.23º | 0.82% | 0.75% | - |
| XYZ | 25.98 | 13.84 | 21.72 | - |
| YUV | 92.25 | 148.18 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 35 | 128 | 0 | 0.82 | 0.33 | 0.25 | 324.23 | 0.69 | 0.44 |
| Hex | BF | 23 | 80 | 0 | 52 | 21 | 19 | 144 | 45 | 2C |
| Octal | 277 | 43 | 200 | 0 | 122 | 41 | 31 | 504 | 105 | 54 |
| Binary | 10111111 | 100011 | 10000000 | 0 | 1010010 | 100001 | 11001 | 101000100 | 1000101 | 101100 |
Color Harmonies of #BF2380
Complementary color
Monochromatic Colors of #BF2380
Black with #BF2380
Text Example
Text Example
White with #BF2380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2380; }
p { color: rgb(191,35,128); }
H1.HeaderClassName
{
color: #BF2380;
}
.AnyTagClassName
{
color: #BF2380;
}
</style>
background-color css
<style>
a { background-color: #BF2380; }
a { background-color: rgb(191,35,128); }
div.DivClassName
{
background-color: #BF2380;
}
.BgClassName
{
background-color: #BF2380;
}
</style>
border-color css
<style>
span { border-color: #BF2380; }
span { border-color: rgb(191,35,128); }
td.TdClassName
{
border-color: #BF2380;
}
.TagClassName
{
border-color: #BF2380;
}
</style>