Shades of Medium Violet Red #BC18A2
Tints of Medium Violet Red #BC18A2
RGB
CMYK
RGB Variations
Color information
#BC18A2 (or 0xBC18A2) is known color: Medium Violet Red. HEX triplet: BC, 18 and A2. RGB value is (188,24,162). Sum of RGB (Red+Green+Blue) = 188+24+162=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC18A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC18A2 is #43E75D. Grayscale: #585858. Windows color (decimal): -4450142 or 10623164. OLE color: 10623164.
HSL color Cylindrical-coordinate representation of color #BC18A2: hue angle of 309.51º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC18A2 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 162 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.26 |
| HSL | 309.51º | 0.77% | 0.42% | - |
| HSV(B) | 309.51º | 0.87% | 0.74% | - |
| XYZ | 27.59 | 13.95 | 35.42 | - |
| YUV | 88.77 | 169.33 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 162 | 0 | 0.87 | 0.14 | 0.26 | 309.51 | 0.77 | 0.42 |
| Hex | BC | 18 | A2 | 0 | 57 | E | 1A | 136 | 4D | 2A |
| Octal | 274 | 30 | 242 | 0 | 127 | 16 | 32 | 466 | 115 | 52 |
| Binary | 10111100 | 11000 | 10100010 | 0 | 1010111 | 1110 | 11010 | 100110110 | 1001101 | 101010 |
Color Harmonies of #BC18A2
Complementary color
Monochromatic Colors of #BC18A2
Black with #BC18A2
Text Example
Text Example
White with #BC18A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC18A2; }
p { color: rgb(188,24,162); }
H1.HeaderClassName
{
color: #BC18A2;
}
.AnyTagClassName
{
color: #BC18A2;
}
</style>
background-color css
<style>
a { background-color: #BC18A2; }
a { background-color: rgb(188,24,162); }
div.DivClassName
{
background-color: #BC18A2;
}
.BgClassName
{
background-color: #BC18A2;
}
</style>
border-color css
<style>
span { border-color: #BC18A2; }
span { border-color: rgb(188,24,162); }
td.TdClassName
{
border-color: #BC18A2;
}
.TagClassName
{
border-color: #BC18A2;
}
</style>