Shades of Medium Red Violet #BA267F
Tints of Medium Red Violet #BA267F
RGB
CMYK
RGB Variations
Color information
#BA267F (or 0xBA267F) is known color: Medium Red Violet. HEX triplet: BA, 26 and 7F. RGB value is (186,38,127). Sum of RGB (Red+Green+Blue) = 186+38+127=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA267F is #45D980. Grayscale: #5C5C5C. Windows color (decimal): -4577665 or 8332986. OLE color: 8332986.
HSL color Cylindrical-coordinate representation of color #BA267F: hue angle of 323.92º 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 #BA267F is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 127 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.27 |
| HSL | 323.92º | 0.66% | 0.44% | - |
| HSV(B) | 323.92º | 0.8% | 0.73% | - |
| XYZ | 24.77 | 13.36 | 21.35 | - |
| YUV | 92.4 | 147.53 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 127 | 0 | 0.80 | 0.32 | 0.27 | 323.92 | 0.66 | 0.44 |
| Hex | BA | 26 | 7F | 0 | 50 | 20 | 1B | 144 | 42 | 2C |
| Octal | 272 | 46 | 177 | 0 | 120 | 40 | 33 | 504 | 102 | 54 |
| Binary | 10111010 | 100110 | 1111111 | 0 | 1010000 | 100000 | 11011 | 101000100 | 1000010 | 101100 |
Color Harmonies of #BA267F
Complementary color
Monochromatic Colors of #BA267F
Black with #BA267F
Text Example
Text Example
White with #BA267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA267F; }
p { color: rgb(186,38,127); }
H1.HeaderClassName
{
color: #BA267F;
}
.AnyTagClassName
{
color: #BA267F;
}
</style>
background-color css
<style>
a { background-color: #BA267F; }
a { background-color: rgb(186,38,127); }
div.DivClassName
{
background-color: #BA267F;
}
.BgClassName
{
background-color: #BA267F;
}
</style>
border-color css
<style>
span { border-color: #BA267F; }
span { border-color: rgb(186,38,127); }
td.TdClassName
{
border-color: #BA267F;
}
.TagClassName
{
border-color: #BA267F;
}
</style>