Shades of Medium Red Violet #BC308E
Tints of Medium Red Violet #BC308E
RGB
CMYK
RGB Variations
Color information
#BC308E (or 0xBC308E) is known color: Medium Red Violet. HEX triplet: BC, 30 and 8E. RGB value is (188,48,142). Sum of RGB (Red+Green+Blue) = 188+48+142=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC308E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC308E is #43CF71. Grayscale: #646464. Windows color (decimal): -4444018 or 9318588. OLE color: 9318588.
HSL color Cylindrical-coordinate representation of color #BC308E: hue angle of 319.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC308E is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 142 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.26 |
| HSL | 319.71º | 0.59% | 0.46% | - |
| HSV(B) | 319.71º | 0.74% | 0.74% | - |
| XYZ | 26.68 | 14.76 | 27.03 | - |
| YUV | 100.58 | 151.38 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 142 | 0 | 0.74 | 0.24 | 0.26 | 319.71 | 0.59 | 0.46 |
| Hex | BC | 30 | 8E | 0 | 4A | 18 | 1A | 140 | 3B | 2E |
| Octal | 274 | 60 | 216 | 0 | 112 | 30 | 32 | 500 | 73 | 56 |
| Binary | 10111100 | 110000 | 10001110 | 0 | 1001010 | 11000 | 11010 | 101000000 | 111011 | 101110 |
Color Harmonies of #BC308E
Complementary color
Monochromatic Colors of #BC308E
Black with #BC308E
Text Example
Text Example
White with #BC308E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC308E; }
p { color: rgb(188,48,142); }
H1.HeaderClassName
{
color: #BC308E;
}
.AnyTagClassName
{
color: #BC308E;
}
</style>
background-color css
<style>
a { background-color: #BC308E; }
a { background-color: rgb(188,48,142); }
div.DivClassName
{
background-color: #BC308E;
}
.BgClassName
{
background-color: #BC308E;
}
</style>
border-color css
<style>
span { border-color: #BC308E; }
span { border-color: rgb(188,48,142); }
td.TdClassName
{
border-color: #BC308E;
}
.TagClassName
{
border-color: #BC308E;
}
</style>