Shades of Medium Red Violet #BA269B
Tints of Medium Red Violet #BA269B
RGB
CMYK
RGB Variations
Color information
#BA269B (or 0xBA269B) is known color: Medium Red Violet. HEX triplet: BA, 26 and 9B. RGB value is (186,38,155). Sum of RGB (Red+Green+Blue) = 186+38+155=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA269B is #45D964. Grayscale: #5F5F5F. Windows color (decimal): -4577637 or 10167994. OLE color: 10167994.
HSL color Cylindrical-coordinate representation of color #BA269B: hue angle of 312.57º 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 #BA269B is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 155 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.27 |
| HSL | 312.57º | 0.66% | 0.44% | - |
| HSV(B) | 312.57º | 0.8% | 0.73% | - |
| XYZ | 26.86 | 14.19 | 32.33 | - |
| YUV | 95.59 | 161.53 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 155 | 0 | 0.80 | 0.17 | 0.27 | 312.57 | 0.66 | 0.44 |
| Hex | BA | 26 | 9B | 0 | 50 | 11 | 1B | 139 | 42 | 2C |
| Octal | 272 | 46 | 233 | 0 | 120 | 21 | 33 | 471 | 102 | 54 |
| Binary | 10111010 | 100110 | 10011011 | 0 | 1010000 | 10001 | 11011 | 100111001 | 1000010 | 101100 |
Color Harmonies of #BA269B
Complementary color
Monochromatic Colors of #BA269B
Black with #BA269B
Text Example
Text Example
White with #BA269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA269B; }
p { color: rgb(186,38,155); }
H1.HeaderClassName
{
color: #BA269B;
}
.AnyTagClassName
{
color: #BA269B;
}
</style>
background-color css
<style>
a { background-color: #BA269B; }
a { background-color: rgb(186,38,155); }
div.DivClassName
{
background-color: #BA269B;
}
.BgClassName
{
background-color: #BA269B;
}
</style>
border-color css
<style>
span { border-color: #BA269B; }
span { border-color: rgb(186,38,155); }
td.TdClassName
{
border-color: #BA269B;
}
.TagClassName
{
border-color: #BA269B;
}
</style>