Shades of Medium Violet Red #BC099D
Tints of Medium Violet Red #BC099D
RGB
CMYK
RGB Variations
Color information
#BC099D (or 0xBC099D) is known color: Medium Violet Red. HEX triplet: BC, 09 and 9D. RGB value is (188,9,157). Sum of RGB (Red+Green+Blue) = 188+9+157=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC099D is #43F662. Grayscale: #4E4E4E. Windows color (decimal): -4453987 or 10291644. OLE color: 10291644.
HSL color Cylindrical-coordinate representation of color #BC099D: hue angle of 310.39º 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 #BC099D is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 157 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.26 |
| HSL | 310.39º | 0.91% | 0.39% | - |
| HSV(B) | 310.39º | 0.95% | 0.74% | - |
| XYZ | 26.92 | 13.32 | 33.05 | - |
| YUV | 79.39 | 171.8 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 157 | 0 | 0.95 | 0.16 | 0.26 | 310.39 | 0.91 | 0.39 |
| Hex | BC | 9 | 9D | 0 | 5F | 10 | 1A | 136 | 5B | 27 |
| Octal | 274 | 11 | 235 | 0 | 137 | 20 | 32 | 466 | 133 | 47 |
| Binary | 10111100 | 1001 | 10011101 | 0 | 1011111 | 10000 | 11010 | 100110110 | 1011011 | 100111 |
Color Harmonies of #BC099D
Complementary color
Monochromatic Colors of #BC099D
Black with #BC099D
Text Example
Text Example
White with #BC099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC099D; }
p { color: rgb(188,9,157); }
H1.HeaderClassName
{
color: #BC099D;
}
.AnyTagClassName
{
color: #BC099D;
}
</style>
background-color css
<style>
a { background-color: #BC099D; }
a { background-color: rgb(188,9,157); }
div.DivClassName
{
background-color: #BC099D;
}
.BgClassName
{
background-color: #BC099D;
}
</style>
border-color css
<style>
span { border-color: #BC099D; }
span { border-color: rgb(188,9,157); }
td.TdClassName
{
border-color: #BC099D;
}
.TagClassName
{
border-color: #BC099D;
}
</style>