Shades of Medium Red Violet #BA267D
Tints of Medium Red Violet #BA267D
RGB
CMYK
RGB Variations
Color information
#BA267D (or 0xBA267D) is known color: Medium Red Violet. HEX triplet: BA, 26 and 7D. RGB value is (186,38,125). Sum of RGB (Red+Green+Blue) = 186+38+125=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA267D is #45D982. Grayscale: #5B5B5B. Windows color (decimal): -4577667 or 8201914. OLE color: 8201914.
HSL color Cylindrical-coordinate representation of color #BA267D: hue angle of 324.73º 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 #BA267D is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 125 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.27 |
| HSL | 324.73º | 0.66% | 0.44% | - |
| HSV(B) | 324.73º | 0.8% | 0.73% | - |
| XYZ | 24.64 | 13.31 | 20.67 | - |
| YUV | 92.17 | 146.53 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 125 | 0 | 0.80 | 0.33 | 0.27 | 324.73 | 0.66 | 0.44 |
| Hex | BA | 26 | 7D | 0 | 50 | 21 | 1B | 145 | 42 | 2C |
| Octal | 272 | 46 | 175 | 0 | 120 | 41 | 33 | 505 | 102 | 54 |
| Binary | 10111010 | 100110 | 1111101 | 0 | 1010000 | 100001 | 11011 | 101000101 | 1000010 | 101100 |
Color Harmonies of #BA267D
Complementary color
Monochromatic Colors of #BA267D
Black with #BA267D
Text Example
Text Example
White with #BA267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA267D; }
p { color: rgb(186,38,125); }
H1.HeaderClassName
{
color: #BA267D;
}
.AnyTagClassName
{
color: #BA267D;
}
</style>
background-color css
<style>
a { background-color: #BA267D; }
a { background-color: rgb(186,38,125); }
div.DivClassName
{
background-color: #BA267D;
}
.BgClassName
{
background-color: #BA267D;
}
</style>
border-color css
<style>
span { border-color: #BA267D; }
span { border-color: rgb(186,38,125); }
td.TdClassName
{
border-color: #BA267D;
}
.TagClassName
{
border-color: #BA267D;
}
</style>