Shades of Medium Red Violet #BF338D
Tints of Medium Red Violet #BF338D
RGB
CMYK
RGB Variations
Color information
#BF338D (or 0xBF338D) is known color: Medium Red Violet. HEX triplet: BF, 33 and 8D. RGB value is (191,51,141). Sum of RGB (Red+Green+Blue) = 191+51+141=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF338D is #40CC72. Grayscale: #666666. Windows color (decimal): -4246643 or 9253823. OLE color: 9253823.
HSL color Cylindrical-coordinate representation of color #BF338D: hue angle of 321.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF338D is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 141 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.25 |
| HSL | 321.43º | 0.58% | 0.47% | - |
| HSV(B) | 321.43º | 0.73% | 0.75% | - |
| XYZ | 27.48 | 15.37 | 26.72 | - |
| YUV | 103.12 | 149.38 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 141 | 0 | 0.73 | 0.26 | 0.25 | 321.43 | 0.58 | 0.47 |
| Hex | BF | 33 | 8D | 0 | 49 | 1A | 19 | 141 | 3A | 2F |
| Octal | 277 | 63 | 215 | 0 | 111 | 32 | 31 | 501 | 72 | 57 |
| Binary | 10111111 | 110011 | 10001101 | 0 | 1001001 | 11010 | 11001 | 101000001 | 111010 | 101111 |
Color Harmonies of #BF338D
Complementary color
Monochromatic Colors of #BF338D
Black with #BF338D
Text Example
Text Example
White with #BF338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF338D; }
p { color: rgb(191,51,141); }
H1.HeaderClassName
{
color: #BF338D;
}
.AnyTagClassName
{
color: #BF338D;
}
</style>
background-color css
<style>
a { background-color: #BF338D; }
a { background-color: rgb(191,51,141); }
div.DivClassName
{
background-color: #BF338D;
}
.BgClassName
{
background-color: #BF338D;
}
</style>
border-color css
<style>
span { border-color: #BF338D; }
span { border-color: rgb(191,51,141); }
td.TdClassName
{
border-color: #BF338D;
}
.TagClassName
{
border-color: #BF338D;
}
</style>