Shades of Medium Violet Red #BC097E
Tints of Medium Violet Red #BC097E
RGB
CMYK
RGB Variations
Color information
#BC097E (or 0xBC097E) is known color: Medium Violet Red. HEX triplet: BC, 09 and 7E. RGB value is (188,9,126). Sum of RGB (Red+Green+Blue) = 188+9+126=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC097E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC097E is #43F681. Grayscale: #4B4B4B. Windows color (decimal): -4454018 or 8260028. OLE color: 8260028.
HSL color Cylindrical-coordinate representation of color #BC097E: hue angle of 320.78º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC097E is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 126 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.26 |
| HSL | 320.78º | 0.91% | 0.39% | - |
| HSV(B) | 320.78º | 0.95% | 0.74% | - |
| XYZ | 24.6 | 12.39 | 20.83 | - |
| YUV | 75.86 | 156.3 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 126 | 0 | 0.95 | 0.33 | 0.26 | 320.78 | 0.91 | 0.39 |
| Hex | BC | 9 | 7E | 0 | 5F | 21 | 1A | 141 | 5B | 27 |
| Octal | 274 | 11 | 176 | 0 | 137 | 41 | 32 | 501 | 133 | 47 |
| Binary | 10111100 | 1001 | 1111110 | 0 | 1011111 | 100001 | 11010 | 101000001 | 1011011 | 100111 |
Color Harmonies of #BC097E
Complementary color
Monochromatic Colors of #BC097E
Black with #BC097E
Text Example
Text Example
White with #BC097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC097E; }
p { color: rgb(188,9,126); }
H1.HeaderClassName
{
color: #BC097E;
}
.AnyTagClassName
{
color: #BC097E;
}
</style>
background-color css
<style>
a { background-color: #BC097E; }
a { background-color: rgb(188,9,126); }
div.DivClassName
{
background-color: #BC097E;
}
.BgClassName
{
background-color: #BC097E;
}
</style>
border-color css
<style>
span { border-color: #BC097E; }
span { border-color: rgb(188,9,126); }
td.TdClassName
{
border-color: #BC097E;
}
.TagClassName
{
border-color: #BC097E;
}
</style>