Shades of Medium Red Violet #BC288F
Tints of Medium Red Violet #BC288F
RGB
CMYK
RGB Variations
Color information
#BC288F (or 0xBC288F) is known color: Medium Red Violet. HEX triplet: BC, 28 and 8F. RGB value is (188,40,143). Sum of RGB (Red+Green+Blue) = 188+40+143=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC288F is #43D770. Grayscale: #5F5F5F. Windows color (decimal): -4446065 or 9382076. OLE color: 9382076.
HSL color Cylindrical-coordinate representation of color #BC288F: hue angle of 318.24º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC288F is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 143 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.26 |
| HSL | 318.24º | 0.65% | 0.45% | - |
| HSV(B) | 318.24º | 0.79% | 0.74% | - |
| XYZ | 26.46 | 14.19 | 27.33 | - |
| YUV | 95.99 | 154.53 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 143 | 0 | 0.79 | 0.24 | 0.26 | 318.24 | 0.65 | 0.45 |
| Hex | BC | 28 | 8F | 0 | 4F | 18 | 1A | 13E | 41 | 2D |
| Octal | 274 | 50 | 217 | 0 | 117 | 30 | 32 | 476 | 101 | 55 |
| Binary | 10111100 | 101000 | 10001111 | 0 | 1001111 | 11000 | 11010 | 100111110 | 1000001 | 101101 |
Color Harmonies of #BC288F
Complementary color
Monochromatic Colors of #BC288F
Black with #BC288F
Text Example
Text Example
White with #BC288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC288F; }
p { color: rgb(188,40,143); }
H1.HeaderClassName
{
color: #BC288F;
}
.AnyTagClassName
{
color: #BC288F;
}
</style>
background-color css
<style>
a { background-color: #BC288F; }
a { background-color: rgb(188,40,143); }
div.DivClassName
{
background-color: #BC288F;
}
.BgClassName
{
background-color: #BC288F;
}
</style>
border-color css
<style>
span { border-color: #BC288F; }
span { border-color: rgb(188,40,143); }
td.TdClassName
{
border-color: #BC288F;
}
.TagClassName
{
border-color: #BC288F;
}
</style>