Shades of Medium Red Violet #BC226B
Tints of Medium Red Violet #BC226B
RGB
CMYK
RGB Variations
Color information
#BC226B (or 0xBC226B) is known color: Medium Red Violet. HEX triplet: BC, 22 and 6B. RGB value is (188,34,107). Sum of RGB (Red+Green+Blue) = 188+34+107=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC226B is #43DD94. Grayscale: #585858. Windows color (decimal): -4447637 or 7021244. OLE color: 7021244.
HSL color Cylindrical-coordinate representation of color #BC226B: hue angle of 331.56º 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 #BC226B is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 107 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.26 |
| HSL | 331.56º | 0.69% | 0.44% | - |
| HSV(B) | 331.56º | 0.82% | 0.74% | - |
| XYZ | 23.96 | 12.9 | 15.14 | - |
| YUV | 88.37 | 138.52 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 107 | 0 | 0.82 | 0.43 | 0.26 | 331.56 | 0.69 | 0.44 |
| Hex | BC | 22 | 6B | 0 | 52 | 2B | 1A | 14C | 45 | 2C |
| Octal | 274 | 42 | 153 | 0 | 122 | 53 | 32 | 514 | 105 | 54 |
| Binary | 10111100 | 100010 | 1101011 | 0 | 1010010 | 101011 | 11010 | 101001100 | 1000101 | 101100 |
Color Harmonies of #BC226B
Complementary color
Monochromatic Colors of #BC226B
Black with #BC226B
Text Example
Text Example
White with #BC226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC226B; }
p { color: rgb(188,34,107); }
H1.HeaderClassName
{
color: #BC226B;
}
.AnyTagClassName
{
color: #BC226B;
}
</style>
background-color css
<style>
a { background-color: #BC226B; }
a { background-color: rgb(188,34,107); }
div.DivClassName
{
background-color: #BC226B;
}
.BgClassName
{
background-color: #BC226B;
}
</style>
border-color css
<style>
span { border-color: #BC226B; }
span { border-color: rgb(188,34,107); }
td.TdClassName
{
border-color: #BC226B;
}
.TagClassName
{
border-color: #BC226B;
}
</style>