Shades of Medium Red Violet #BC267E
Tints of Medium Red Violet #BC267E
RGB
CMYK
RGB Variations
Color information
#BC267E (or 0xBC267E) is known color: Medium Red Violet. HEX triplet: BC, 26 and 7E. RGB value is (188,38,126). Sum of RGB (Red+Green+Blue) = 188+38+126=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC267E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC267E is #43D981. Grayscale: #5C5C5C. Windows color (decimal): -4446594 or 8267452. OLE color: 8267452.
HSL color Cylindrical-coordinate representation of color #BC267E: hue angle of 324.8º 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 #BC267E is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 126 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.26 |
| HSL | 324.8º | 0.66% | 0.44% | - |
| HSV(B) | 324.8º | 0.8% | 0.74% | - |
| XYZ | 25.2 | 13.58 | 21.03 | - |
| YUV | 92.88 | 146.7 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 126 | 0 | 0.80 | 0.33 | 0.26 | 324.8 | 0.66 | 0.44 |
| Hex | BC | 26 | 7E | 0 | 50 | 21 | 1A | 145 | 42 | 2C |
| Octal | 274 | 46 | 176 | 0 | 120 | 41 | 32 | 505 | 102 | 54 |
| Binary | 10111100 | 100110 | 1111110 | 0 | 1010000 | 100001 | 11010 | 101000101 | 1000010 | 101100 |
Color Harmonies of #BC267E
Complementary color
Monochromatic Colors of #BC267E
Black with #BC267E
Text Example
Text Example
White with #BC267E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC267E; }
p { color: rgb(188,38,126); }
H1.HeaderClassName
{
color: #BC267E;
}
.AnyTagClassName
{
color: #BC267E;
}
</style>
background-color css
<style>
a { background-color: #BC267E; }
a { background-color: rgb(188,38,126); }
div.DivClassName
{
background-color: #BC267E;
}
.BgClassName
{
background-color: #BC267E;
}
</style>
border-color css
<style>
span { border-color: #BC267E; }
span { border-color: rgb(188,38,126); }
td.TdClassName
{
border-color: #BC267E;
}
.TagClassName
{
border-color: #BC267E;
}
</style>