Shades of Medium Red Violet #BC267D
Tints of Medium Red Violet #BC267D
RGB
CMYK
RGB Variations
Color information
#BC267D (or 0xBC267D) is known color: Medium Red Violet. HEX triplet: BC, 26 and 7D. RGB value is (188,38,125). Sum of RGB (Red+Green+Blue) = 188+38+125=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC267D is #43D982. Grayscale: #5C5C5C. Windows color (decimal): -4446595 or 8201916. OLE color: 8201916.
HSL color Cylindrical-coordinate representation of color #BC267D: hue angle of 325.2º 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 #BC267D is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 125 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.26 |
| HSL | 325.2º | 0.66% | 0.44% | - |
| HSV(B) | 325.2º | 0.8% | 0.74% | - |
| XYZ | 25.13 | 13.56 | 20.69 | - |
| YUV | 92.77 | 146.2 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 125 | 0 | 0.80 | 0.34 | 0.26 | 325.2 | 0.66 | 0.44 |
| Hex | BC | 26 | 7D | 0 | 50 | 22 | 1A | 145 | 42 | 2C |
| Octal | 274 | 46 | 175 | 0 | 120 | 42 | 32 | 505 | 102 | 54 |
| Binary | 10111100 | 100110 | 1111101 | 0 | 1010000 | 100010 | 11010 | 101000101 | 1000010 | 101100 |
Color Harmonies of #BC267D
Complementary color
Monochromatic Colors of #BC267D
Black with #BC267D
Text Example
Text Example
White with #BC267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC267D; }
p { color: rgb(188,38,125); }
H1.HeaderClassName
{
color: #BC267D;
}
.AnyTagClassName
{
color: #BC267D;
}
</style>
background-color css
<style>
a { background-color: #BC267D; }
a { background-color: rgb(188,38,125); }
div.DivClassName
{
background-color: #BC267D;
}
.BgClassName
{
background-color: #BC267D;
}
</style>
border-color css
<style>
span { border-color: #BC267D; }
span { border-color: rgb(188,38,125); }
td.TdClassName
{
border-color: #BC267D;
}
.TagClassName
{
border-color: #BC267D;
}
</style>