Shades of Medium Red Violet #BA266E
Tints of Medium Red Violet #BA266E
RGB
CMYK
RGB Variations
Color information
#BA266E (or 0xBA266E) is known color: Medium Red Violet. HEX triplet: BA, 26 and 6E. RGB value is (186,38,110). Sum of RGB (Red+Green+Blue) = 186+38+110=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA266E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA266E is #45D991. Grayscale: #5A5A5A. Windows color (decimal): -4577682 or 7218874. OLE color: 7218874.
HSL color Cylindrical-coordinate representation of color #BA266E: hue angle of 330.81º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA266E is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 110 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.27 |
| HSL | 330.81º | 0.66% | 0.44% | - |
| HSV(B) | 330.81º | 0.8% | 0.73% | - |
| XYZ | 23.76 | 12.95 | 16 | - |
| YUV | 90.46 | 139.03 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 110 | 0 | 0.80 | 0.41 | 0.27 | 330.81 | 0.66 | 0.44 |
| Hex | BA | 26 | 6E | 0 | 50 | 29 | 1B | 14B | 42 | 2C |
| Octal | 272 | 46 | 156 | 0 | 120 | 51 | 33 | 513 | 102 | 54 |
| Binary | 10111010 | 100110 | 1101110 | 0 | 1010000 | 101001 | 11011 | 101001011 | 1000010 | 101100 |
Color Harmonies of #BA266E
Complementary color
Monochromatic Colors of #BA266E
Black with #BA266E
Text Example
Text Example
White with #BA266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA266E; }
p { color: rgb(186,38,110); }
H1.HeaderClassName
{
color: #BA266E;
}
.AnyTagClassName
{
color: #BA266E;
}
</style>
background-color css
<style>
a { background-color: #BA266E; }
a { background-color: rgb(186,38,110); }
div.DivClassName
{
background-color: #BA266E;
}
.BgClassName
{
background-color: #BA266E;
}
</style>
border-color css
<style>
span { border-color: #BA266E; }
span { border-color: rgb(186,38,110); }
td.TdClassName
{
border-color: #BA266E;
}
.TagClassName
{
border-color: #BA266E;
}
</style>