Shades of Medium Red Violet #BA268E
Tints of Medium Red Violet #BA268E
RGB
CMYK
RGB Variations
Color information
#BA268E (or 0xBA268E) is known color: Medium Red Violet. HEX triplet: BA, 26 and 8E. RGB value is (186,38,142). Sum of RGB (Red+Green+Blue) = 186+38+142=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA268E is #45D971. Grayscale: #5D5D5D. Windows color (decimal): -4577650 or 9316026. OLE color: 9316026.
HSL color Cylindrical-coordinate representation of color #BA268E: hue angle of 317.84º 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 #BA268E is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 142 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.27 |
| HSL | 317.84º | 0.66% | 0.44% | - |
| HSV(B) | 317.84º | 0.8% | 0.73% | - |
| XYZ | 25.83 | 13.78 | 26.89 | - |
| YUV | 94.11 | 155.03 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 142 | 0 | 0.80 | 0.24 | 0.27 | 317.84 | 0.66 | 0.44 |
| Hex | BA | 26 | 8E | 0 | 50 | 18 | 1B | 13E | 42 | 2C |
| Octal | 272 | 46 | 216 | 0 | 120 | 30 | 33 | 476 | 102 | 54 |
| Binary | 10111010 | 100110 | 10001110 | 0 | 1010000 | 11000 | 11011 | 100111110 | 1000010 | 101100 |
Color Harmonies of #BA268E
Complementary color
Monochromatic Colors of #BA268E
Black with #BA268E
Text Example
Text Example
White with #BA268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA268E; }
p { color: rgb(186,38,142); }
H1.HeaderClassName
{
color: #BA268E;
}
.AnyTagClassName
{
color: #BA268E;
}
</style>
background-color css
<style>
a { background-color: #BA268E; }
a { background-color: rgb(186,38,142); }
div.DivClassName
{
background-color: #BA268E;
}
.BgClassName
{
background-color: #BA268E;
}
</style>
border-color css
<style>
span { border-color: #BA268E; }
span { border-color: rgb(186,38,142); }
td.TdClassName
{
border-color: #BA268E;
}
.TagClassName
{
border-color: #BA268E;
}
</style>