Shades of Medium Red Violet #BC3098
Tints of Medium Red Violet #BC3098
RGB
CMYK
RGB Variations
Color information
#BC3098 (or 0xBC3098) is known color: Medium Red Violet. HEX triplet: BC, 30 and 98. RGB value is (188,48,152). Sum of RGB (Red+Green+Blue) = 188+48+152=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3098 is #43CF67. Grayscale: #656565. Windows color (decimal): -4444008 or 9973948. OLE color: 9973948.
HSL color Cylindrical-coordinate representation of color #BC3098: hue angle of 315.43º 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 #BC3098 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 152 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.26 |
| HSL | 315.43º | 0.59% | 0.46% | - |
| HSV(B) | 315.43º | 0.74% | 0.74% | - |
| XYZ | 27.46 | 15.07 | 31.17 | - |
| YUV | 101.72 | 156.38 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 152 | 0 | 0.74 | 0.19 | 0.26 | 315.43 | 0.59 | 0.46 |
| Hex | BC | 30 | 98 | 0 | 4A | 13 | 1A | 13B | 3B | 2E |
| Octal | 274 | 60 | 230 | 0 | 112 | 23 | 32 | 473 | 73 | 56 |
| Binary | 10111100 | 110000 | 10011000 | 0 | 1001010 | 10011 | 11010 | 100111011 | 111011 | 101110 |
Color Harmonies of #BC3098
Complementary color
Monochromatic Colors of #BC3098
Black with #BC3098
Text Example
Text Example
White with #BC3098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3098; }
p { color: rgb(188,48,152); }
H1.HeaderClassName
{
color: #BC3098;
}
.AnyTagClassName
{
color: #BC3098;
}
</style>
background-color css
<style>
a { background-color: #BC3098; }
a { background-color: rgb(188,48,152); }
div.DivClassName
{
background-color: #BC3098;
}
.BgClassName
{
background-color: #BC3098;
}
</style>
border-color css
<style>
span { border-color: #BC3098; }
span { border-color: rgb(188,48,152); }
td.TdClassName
{
border-color: #BC3098;
}
.TagClassName
{
border-color: #BC3098;
}
</style>