Shades of Medium Violet Red #BC099E
Tints of Medium Violet Red #BC099E
RGB
CMYK
RGB Variations
Color information
#BC099E (or 0xBC099E) is known color: Medium Violet Red. HEX triplet: BC, 09 and 9E. RGB value is (188,9,158). Sum of RGB (Red+Green+Blue) = 188+9+158=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC099E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC099E is #43F661. Grayscale: #4F4F4F. Windows color (decimal): -4453986 or 10357180. OLE color: 10357180.
HSL color Cylindrical-coordinate representation of color #BC099E: hue angle of 310.06º 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 #BC099E is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 158 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.26 |
| HSL | 310.06º | 0.91% | 0.39% | - |
| HSV(B) | 310.06º | 0.95% | 0.74% | - |
| XYZ | 27.01 | 13.36 | 33.5 | - |
| YUV | 79.51 | 172.3 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 158 | 0 | 0.95 | 0.16 | 0.26 | 310.06 | 0.91 | 0.39 |
| Hex | BC | 9 | 9E | 0 | 5F | 10 | 1A | 136 | 5B | 27 |
| Octal | 274 | 11 | 236 | 0 | 137 | 20 | 32 | 466 | 133 | 47 |
| Binary | 10111100 | 1001 | 10011110 | 0 | 1011111 | 10000 | 11010 | 100110110 | 1011011 | 100111 |
Color Harmonies of #BC099E
Complementary color
Monochromatic Colors of #BC099E
Black with #BC099E
Text Example
Text Example
White with #BC099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC099E; }
p { color: rgb(188,9,158); }
H1.HeaderClassName
{
color: #BC099E;
}
.AnyTagClassName
{
color: #BC099E;
}
</style>
background-color css
<style>
a { background-color: #BC099E; }
a { background-color: rgb(188,9,158); }
div.DivClassName
{
background-color: #BC099E;
}
.BgClassName
{
background-color: #BC099E;
}
</style>
border-color css
<style>
span { border-color: #BC099E; }
span { border-color: rgb(188,9,158); }
td.TdClassName
{
border-color: #BC099E;
}
.TagClassName
{
border-color: #BC099E;
}
</style>