Shades of Medium Red Violet #BA267A
Tints of Medium Red Violet #BA267A
RGB
CMYK
RGB Variations
Color information
#BA267A (or 0xBA267A) is known color: Medium Red Violet. HEX triplet: BA, 26 and 7A. RGB value is (186,38,122). Sum of RGB (Red+Green+Blue) = 186+38+122=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA267A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA267A is #45D985. Grayscale: #5B5B5B. Windows color (decimal): -4577670 or 8005306. OLE color: 8005306.
HSL color Cylindrical-coordinate representation of color #BA267A: hue angle of 325.95º 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 #BA267A is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 122 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.27 |
| HSL | 325.95º | 0.66% | 0.44% | - |
| HSV(B) | 325.95º | 0.8% | 0.73% | - |
| XYZ | 24.46 | 13.23 | 19.68 | - |
| YUV | 91.83 | 145.03 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 122 | 0 | 0.80 | 0.34 | 0.27 | 325.95 | 0.66 | 0.44 |
| Hex | BA | 26 | 7A | 0 | 50 | 22 | 1B | 146 | 42 | 2C |
| Octal | 272 | 46 | 172 | 0 | 120 | 42 | 33 | 506 | 102 | 54 |
| Binary | 10111010 | 100110 | 1111010 | 0 | 1010000 | 100010 | 11011 | 101000110 | 1000010 | 101100 |
Color Harmonies of #BA267A
Complementary color
Monochromatic Colors of #BA267A
Black with #BA267A
Text Example
Text Example
White with #BA267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA267A; }
p { color: rgb(186,38,122); }
H1.HeaderClassName
{
color: #BA267A;
}
.AnyTagClassName
{
color: #BA267A;
}
</style>
background-color css
<style>
a { background-color: #BA267A; }
a { background-color: rgb(186,38,122); }
div.DivClassName
{
background-color: #BA267A;
}
.BgClassName
{
background-color: #BA267A;
}
</style>
border-color css
<style>
span { border-color: #BA267A; }
span { border-color: rgb(186,38,122); }
td.TdClassName
{
border-color: #BA267A;
}
.TagClassName
{
border-color: #BA267A;
}
</style>