Shades of Medium Red Violet #BF369C
Tints of Medium Red Violet #BF369C
RGB
CMYK
RGB Variations
Color information
#BF369C (or 0xBF369C) is known color: Medium Red Violet. HEX triplet: BF, 36 and 9C. RGB value is (191,54,156). Sum of RGB (Red+Green+Blue) = 191+54+156=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF369C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF369C is #40C963. Grayscale: #6A6A6A. Windows color (decimal): -4245860 or 10237631. OLE color: 10237631.
HSL color Cylindrical-coordinate representation of color #BF369C: hue angle of 315.33º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF369C is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 54 | 156 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.25 |
| HSL | 315.33º | 0.56% | 0.48% | - |
| HSV(B) | 315.33º | 0.72% | 0.75% | - |
| XYZ | 28.81 | 16.12 | 33.04 | - |
| YUV | 106.59 | 155.89 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 54 | 156 | 0 | 0.72 | 0.18 | 0.25 | 315.33 | 0.56 | 0.48 |
| Hex | BF | 36 | 9C | 0 | 48 | 12 | 19 | 13B | 38 | 30 |
| Octal | 277 | 66 | 234 | 0 | 110 | 22 | 31 | 473 | 70 | 60 |
| Binary | 10111111 | 110110 | 10011100 | 0 | 1001000 | 10010 | 11001 | 100111011 | 111000 | 110000 |
Color Harmonies of #BF369C
Complementary color
Monochromatic Colors of #BF369C
Black with #BF369C
Text Example
Text Example
White with #BF369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF369C; }
p { color: rgb(191,54,156); }
H1.HeaderClassName
{
color: #BF369C;
}
.AnyTagClassName
{
color: #BF369C;
}
</style>
background-color css
<style>
a { background-color: #BF369C; }
a { background-color: rgb(191,54,156); }
div.DivClassName
{
background-color: #BF369C;
}
.BgClassName
{
background-color: #BF369C;
}
</style>
border-color css
<style>
span { border-color: #BF369C; }
span { border-color: rgb(191,54,156); }
td.TdClassName
{
border-color: #BF369C;
}
.TagClassName
{
border-color: #BF369C;
}
</style>