Shades of Medium Red Violet #BA269F
Tints of Medium Red Violet #BA269F
RGB
CMYK
RGB Variations
Color information
#BA269F (or 0xBA269F) is known color: Medium Red Violet. HEX triplet: BA, 26 and 9F. RGB value is (186,38,159). Sum of RGB (Red+Green+Blue) = 186+38+159=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA269F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA269F is #45D960. Grayscale: #5F5F5F. Windows color (decimal): -4577633 or 10430138. OLE color: 10430138.
HSL color Cylindrical-coordinate representation of color #BA269F: hue angle of 310.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 #BA269F is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 159 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.27 |
| HSL | 310.95º | 0.66% | 0.44% | - |
| HSV(B) | 310.95º | 0.8% | 0.73% | - |
| XYZ | 27.2 | 14.33 | 34.13 | - |
| YUV | 96.05 | 163.53 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 159 | 0 | 0.80 | 0.15 | 0.27 | 310.95 | 0.66 | 0.44 |
| Hex | BA | 26 | 9F | 0 | 50 | F | 1B | 137 | 42 | 2C |
| Octal | 272 | 46 | 237 | 0 | 120 | 17 | 33 | 467 | 102 | 54 |
| Binary | 10111010 | 100110 | 10011111 | 0 | 1010000 | 1111 | 11011 | 100110111 | 1000010 | 101100 |
Color Harmonies of #BA269F
Complementary color
Monochromatic Colors of #BA269F
Black with #BA269F
Text Example
Text Example
White with #BA269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA269F; }
p { color: rgb(186,38,159); }
H1.HeaderClassName
{
color: #BA269F;
}
.AnyTagClassName
{
color: #BA269F;
}
</style>
background-color css
<style>
a { background-color: #BA269F; }
a { background-color: rgb(186,38,159); }
div.DivClassName
{
background-color: #BA269F;
}
.BgClassName
{
background-color: #BA269F;
}
</style>
border-color css
<style>
span { border-color: #BA269F; }
span { border-color: rgb(186,38,159); }
td.TdClassName
{
border-color: #BA269F;
}
.TagClassName
{
border-color: #BA269F;
}
</style>