Shades of Medium Red Violet #BA266B
Tints of Medium Red Violet #BA266B
RGB
CMYK
RGB Variations
Color information
#BA266B (or 0xBA266B) is known color: Medium Red Violet. HEX triplet: BA, 26 and 6B. RGB value is (186,38,107). Sum of RGB (Red+Green+Blue) = 186+38+107=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA266B is #45D994. Grayscale: #595959. Windows color (decimal): -4577685 or 7022266. OLE color: 7022266.
HSL color Cylindrical-coordinate representation of color #BA266B: hue angle of 332.03º 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 #BA266B is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 107 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.27 |
| HSL | 332.03º | 0.66% | 0.44% | - |
| HSV(B) | 332.03º | 0.8% | 0.73% | - |
| XYZ | 23.6 | 12.89 | 15.15 | - |
| YUV | 90.12 | 137.53 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 107 | 0 | 0.80 | 0.42 | 0.27 | 332.03 | 0.66 | 0.44 |
| Hex | BA | 26 | 6B | 0 | 50 | 2A | 1B | 14C | 42 | 2C |
| Octal | 272 | 46 | 153 | 0 | 120 | 52 | 33 | 514 | 102 | 54 |
| Binary | 10111010 | 100110 | 1101011 | 0 | 1010000 | 101010 | 11011 | 101001100 | 1000010 | 101100 |
Color Harmonies of #BA266B
Complementary color
Monochromatic Colors of #BA266B
Black with #BA266B
Text Example
Text Example
White with #BA266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA266B; }
p { color: rgb(186,38,107); }
H1.HeaderClassName
{
color: #BA266B;
}
.AnyTagClassName
{
color: #BA266B;
}
</style>
background-color css
<style>
a { background-color: #BA266B; }
a { background-color: rgb(186,38,107); }
div.DivClassName
{
background-color: #BA266B;
}
.BgClassName
{
background-color: #BA266B;
}
</style>
border-color css
<style>
span { border-color: #BA266B; }
span { border-color: rgb(186,38,107); }
td.TdClassName
{
border-color: #BA266B;
}
.TagClassName
{
border-color: #BA266B;
}
</style>