Shades of Medium Red Violet #BC267C
Tints of Medium Red Violet #BC267C
RGB
CMYK
RGB Variations
Color information
#BC267C (or 0xBC267C) is known color: Medium Red Violet. HEX triplet: BC, 26 and 7C. RGB value is (188,38,124). Sum of RGB (Red+Green+Blue) = 188+38+124=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC267C is #43D983. Grayscale: #5C5C5C. Windows color (decimal): -4446596 or 8136380. OLE color: 8136380.
HSL color Cylindrical-coordinate representation of color #BC267C: hue angle of 325.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC267C is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 124 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.26 |
| HSL | 325.6º | 0.66% | 0.44% | - |
| HSV(B) | 325.6º | 0.8% | 0.74% | - |
| XYZ | 25.07 | 13.53 | 20.36 | - |
| YUV | 92.65 | 145.7 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 124 | 0 | 0.80 | 0.34 | 0.26 | 325.6 | 0.66 | 0.44 |
| Hex | BC | 26 | 7C | 0 | 50 | 22 | 1A | 146 | 42 | 2C |
| Octal | 274 | 46 | 174 | 0 | 120 | 42 | 32 | 506 | 102 | 54 |
| Binary | 10111100 | 100110 | 1111100 | 0 | 1010000 | 100010 | 11010 | 101000110 | 1000010 | 101100 |
Color Harmonies of #BC267C
Complementary color
Monochromatic Colors of #BC267C
Black with #BC267C
Text Example
Text Example
White with #BC267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC267C; }
p { color: rgb(188,38,124); }
H1.HeaderClassName
{
color: #BC267C;
}
.AnyTagClassName
{
color: #BC267C;
}
</style>
background-color css
<style>
a { background-color: #BC267C; }
a { background-color: rgb(188,38,124); }
div.DivClassName
{
background-color: #BC267C;
}
.BgClassName
{
background-color: #BC267C;
}
</style>
border-color css
<style>
span { border-color: #BC267C; }
span { border-color: rgb(188,38,124); }
td.TdClassName
{
border-color: #BC267C;
}
.TagClassName
{
border-color: #BC267C;
}
</style>