Shades of Medium Violet Red #BC1B9A
Tints of Medium Violet Red #BC1B9A
RGB
CMYK
RGB Variations
Color information
#BC1B9A (or 0xBC1B9A) is known color: Medium Violet Red. HEX triplet: BC, 1B and 9A. RGB value is (188,27,154). Sum of RGB (Red+Green+Blue) = 188+27+154=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1B9A is #43E465. Grayscale: #595959. Windows color (decimal): -4449382 or 10099644. OLE color: 10099644.
HSL color Cylindrical-coordinate representation of color #BC1B9A: hue angle of 312.67º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1B9A is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 27 | 154 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.26 |
| HSL | 312.67º | 0.75% | 0.42% | - |
| HSV(B) | 312.67º | 0.86% | 0.74% | - |
| XYZ | 26.96 | 13.81 | 31.82 | - |
| YUV | 89.62 | 164.34 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 154 | 0 | 0.86 | 0.18 | 0.26 | 312.67 | 0.75 | 0.42 |
| Hex | BC | 1B | 9A | 0 | 56 | 12 | 1A | 139 | 4B | 2A |
| Octal | 274 | 33 | 232 | 0 | 126 | 22 | 32 | 471 | 113 | 52 |
| Binary | 10111100 | 11011 | 10011010 | 0 | 1010110 | 10010 | 11010 | 100111001 | 1001011 | 101010 |
Color Harmonies of #BC1B9A
Complementary color
Monochromatic Colors of #BC1B9A
Black with #BC1B9A
Text Example
Text Example
White with #BC1B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1B9A; }
p { color: rgb(188,27,154); }
H1.HeaderClassName
{
color: #BC1B9A;
}
.AnyTagClassName
{
color: #BC1B9A;
}
</style>
background-color css
<style>
a { background-color: #BC1B9A; }
a { background-color: rgb(188,27,154); }
div.DivClassName
{
background-color: #BC1B9A;
}
.BgClassName
{
background-color: #BC1B9A;
}
</style>
border-color css
<style>
span { border-color: #BC1B9A; }
span { border-color: rgb(188,27,154); }
td.TdClassName
{
border-color: #BC1B9A;
}
.TagClassName
{
border-color: #BC1B9A;
}
</style>