Shades of Medium Red Violet #BF338C
Tints of Medium Red Violet #BF338C
RGB
CMYK
RGB Variations
Color information
#BF338C (or 0xBF338C) is known color: Medium Red Violet. HEX triplet: BF, 33 and 8C. RGB value is (191,51,140). Sum of RGB (Red+Green+Blue) = 191+51+140=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF338C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF338C is #40CC73. Grayscale: #666666. Windows color (decimal): -4246644 or 9188287. OLE color: 9188287.
HSL color Cylindrical-coordinate representation of color #BF338C: hue angle of 321.86º 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 #BF338C is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 140 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.25 |
| HSL | 321.86º | 0.58% | 0.47% | - |
| HSV(B) | 321.86º | 0.73% | 0.75% | - |
| XYZ | 27.4 | 15.34 | 26.33 | - |
| YUV | 103.01 | 148.88 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 140 | 0 | 0.73 | 0.27 | 0.25 | 321.86 | 0.58 | 0.47 |
| Hex | BF | 33 | 8C | 0 | 49 | 1B | 19 | 142 | 3A | 2F |
| Octal | 277 | 63 | 214 | 0 | 111 | 33 | 31 | 502 | 72 | 57 |
| Binary | 10111111 | 110011 | 10001100 | 0 | 1001001 | 11011 | 11001 | 101000010 | 111010 | 101111 |
Color Harmonies of #BF338C
Complementary color
Monochromatic Colors of #BF338C
Black with #BF338C
Text Example
Text Example
White with #BF338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF338C; }
p { color: rgb(191,51,140); }
H1.HeaderClassName
{
color: #BF338C;
}
.AnyTagClassName
{
color: #BF338C;
}
</style>
background-color css
<style>
a { background-color: #BF338C; }
a { background-color: rgb(191,51,140); }
div.DivClassName
{
background-color: #BF338C;
}
.BgClassName
{
background-color: #BF338C;
}
</style>
border-color css
<style>
span { border-color: #BF338C; }
span { border-color: rgb(191,51,140); }
td.TdClassName
{
border-color: #BF338C;
}
.TagClassName
{
border-color: #BF338C;
}
</style>