Shades of Medium Red Violet #BC268C
Tints of Medium Red Violet #BC268C
RGB
CMYK
RGB Variations
Color information
#BC268C (or 0xBC268C) is known color: Medium Red Violet. HEX triplet: BC, 26 and 8C. RGB value is (188,38,140). Sum of RGB (Red+Green+Blue) = 188+38+140=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC268C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC268C is #43D973. Grayscale: #5E5E5E. Windows color (decimal): -4446580 or 9184956. OLE color: 9184956.
HSL color Cylindrical-coordinate representation of color #BC268C: hue angle of 319.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 #BC268C is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 140 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.26 |
| HSL | 319.2º | 0.66% | 0.44% | - |
| HSV(B) | 319.2º | 0.8% | 0.74% | - |
| XYZ | 26.17 | 13.97 | 26.13 | - |
| YUV | 94.48 | 153.7 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 140 | 0 | 0.80 | 0.26 | 0.26 | 319.2 | 0.66 | 0.44 |
| Hex | BC | 26 | 8C | 0 | 50 | 1A | 1A | 13F | 42 | 2C |
| Octal | 274 | 46 | 214 | 0 | 120 | 32 | 32 | 477 | 102 | 54 |
| Binary | 10111100 | 100110 | 10001100 | 0 | 1010000 | 11010 | 11010 | 100111111 | 1000010 | 101100 |
Color Harmonies of #BC268C
Complementary color
Monochromatic Colors of #BC268C
Black with #BC268C
Text Example
Text Example
White with #BC268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC268C; }
p { color: rgb(188,38,140); }
H1.HeaderClassName
{
color: #BC268C;
}
.AnyTagClassName
{
color: #BC268C;
}
</style>
background-color css
<style>
a { background-color: #BC268C; }
a { background-color: rgb(188,38,140); }
div.DivClassName
{
background-color: #BC268C;
}
.BgClassName
{
background-color: #BC268C;
}
</style>
border-color css
<style>
span { border-color: #BC268C; }
span { border-color: rgb(188,38,140); }
td.TdClassName
{
border-color: #BC268C;
}
.TagClassName
{
border-color: #BC268C;
}
</style>