Shades of Medium Violet Red #BF0375
Tints of Medium Violet Red #BF0375
RGB
CMYK
RGB Variations
Color information
#BF0375 (or 0xBF0375) is known color: Medium Violet Red. HEX triplet: BF, 03 and 75. RGB value is (191,3,117). Sum of RGB (Red+Green+Blue) = 191+3+117=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0375 is #40FC8A. Grayscale: #474747. Windows color (decimal): -4258955 or 7668671. OLE color: 7668671.
HSL color Cylindrical-coordinate representation of color #BF0375: hue angle of 323.62º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF0375 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 3 | 117 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.25 |
| HSL | 323.62º | 0.97% | 0.38% | - |
| HSV(B) | 323.62º | 0.98% | 0.75% | - |
| XYZ | 24.73 | 12.43 | 17.92 | - |
| YUV | 72.21 | 153.28 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 117 | 0 | 0.98 | 0.39 | 0.25 | 323.62 | 0.97 | 0.38 |
| Hex | BF | 3 | 75 | 0 | 62 | 27 | 19 | 144 | 61 | 26 |
| Octal | 277 | 3 | 165 | 0 | 142 | 47 | 31 | 504 | 141 | 46 |
| Binary | 10111111 | 11 | 1110101 | 0 | 1100010 | 100111 | 11001 | 101000100 | 1100001 | 100110 |
Color Harmonies of #BF0375
Complementary color
Monochromatic Colors of #BF0375
Black with #BF0375
Text Example
Text Example
White with #BF0375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0375; }
p { color: rgb(191,3,117); }
H1.HeaderClassName
{
color: #BF0375;
}
.AnyTagClassName
{
color: #BF0375;
}
</style>
background-color css
<style>
a { background-color: #BF0375; }
a { background-color: rgb(191,3,117); }
div.DivClassName
{
background-color: #BF0375;
}
.BgClassName
{
background-color: #BF0375;
}
</style>
border-color css
<style>
span { border-color: #BF0375; }
span { border-color: rgb(191,3,117); }
td.TdClassName
{
border-color: #BF0375;
}
.TagClassName
{
border-color: #BF0375;
}
</style>