Shades of Medium Red Violet #BC2269
Tints of Medium Red Violet #BC2269
RGB
CMYK
RGB Variations
Color information
#BC2269 (or 0xBC2269) is known color: Medium Red Violet. HEX triplet: BC, 22 and 69. RGB value is (188,34,105). Sum of RGB (Red+Green+Blue) = 188+34+105=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2269 is #43DD96. Grayscale: #585858. Windows color (decimal): -4447639 or 6890172. OLE color: 6890172.
HSL color Cylindrical-coordinate representation of color #BC2269: hue angle of 332.34º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2269 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 105 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.26 |
| HSL | 332.34º | 0.69% | 0.44% | - |
| HSV(B) | 332.34º | 0.82% | 0.74% | - |
| XYZ | 23.86 | 12.86 | 14.59 | - |
| YUV | 88.14 | 137.52 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 105 | 0 | 0.82 | 0.44 | 0.26 | 332.34 | 0.69 | 0.44 |
| Hex | BC | 22 | 69 | 0 | 52 | 2C | 1A | 14C | 45 | 2C |
| Octal | 274 | 42 | 151 | 0 | 122 | 54 | 32 | 514 | 105 | 54 |
| Binary | 10111100 | 100010 | 1101001 | 0 | 1010010 | 101100 | 11010 | 101001100 | 1000101 | 101100 |
Color Harmonies of #BC2269
Complementary color
Monochromatic Colors of #BC2269
Black with #BC2269
Text Example
Text Example
White with #BC2269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2269; }
p { color: rgb(188,34,105); }
H1.HeaderClassName
{
color: #BC2269;
}
.AnyTagClassName
{
color: #BC2269;
}
</style>
background-color css
<style>
a { background-color: #BC2269; }
a { background-color: rgb(188,34,105); }
div.DivClassName
{
background-color: #BC2269;
}
.BgClassName
{
background-color: #BC2269;
}
</style>
border-color css
<style>
span { border-color: #BC2269; }
span { border-color: rgb(188,34,105); }
td.TdClassName
{
border-color: #BC2269;
}
.TagClassName
{
border-color: #BC2269;
}
</style>