Shades of Medium Violet Red #BC18A7
Tints of Medium Violet Red #BC18A7
RGB
CMYK
RGB Variations
Color information
#BC18A7 (or 0xBC18A7) is known color: Medium Violet Red. HEX triplet: BC, 18 and A7. RGB value is (188,24,167). Sum of RGB (Red+Green+Blue) = 188+24+167=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC18A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC18A7 is #43E758. Grayscale: #585858. Windows color (decimal): -4450137 or 10950844. OLE color: 10950844.
HSL color Cylindrical-coordinate representation of color #BC18A7: hue angle of 307.68º 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 #BC18A7 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 167 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.26 |
| HSL | 307.68º | 0.77% | 0.42% | - |
| HSV(B) | 307.68º | 0.87% | 0.74% | - |
| XYZ | 28.04 | 14.13 | 37.81 | - |
| YUV | 89.34 | 171.83 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 167 | 0 | 0.87 | 0.11 | 0.26 | 307.68 | 0.77 | 0.42 |
| Hex | BC | 18 | A7 | 0 | 57 | B | 1A | 134 | 4D | 2A |
| Octal | 274 | 30 | 247 | 0 | 127 | 13 | 32 | 464 | 115 | 52 |
| Binary | 10111100 | 11000 | 10100111 | 0 | 1010111 | 1011 | 11010 | 100110100 | 1001101 | 101010 |
Color Harmonies of #BC18A7
Complementary color
Monochromatic Colors of #BC18A7
Black with #BC18A7
Text Example
Text Example
White with #BC18A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC18A7; }
p { color: rgb(188,24,167); }
H1.HeaderClassName
{
color: #BC18A7;
}
.AnyTagClassName
{
color: #BC18A7;
}
</style>
background-color css
<style>
a { background-color: #BC18A7; }
a { background-color: rgb(188,24,167); }
div.DivClassName
{
background-color: #BC18A7;
}
.BgClassName
{
background-color: #BC18A7;
}
</style>
border-color css
<style>
span { border-color: #BC18A7; }
span { border-color: rgb(188,24,167); }
td.TdClassName
{
border-color: #BC18A7;
}
.TagClassName
{
border-color: #BC18A7;
}
</style>