Shades of Medium Red Violet #BA268B
Tints of Medium Red Violet #BA268B
RGB
CMYK
RGB Variations
Color information
#BA268B (or 0xBA268B) is known color: Medium Red Violet. HEX triplet: BA, 26 and 8B. RGB value is (186,38,139). Sum of RGB (Red+Green+Blue) = 186+38+139=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA268B is #45D974. Grayscale: #5D5D5D. Windows color (decimal): -4577653 or 9119418. OLE color: 9119418.
HSL color Cylindrical-coordinate representation of color #BA268B: hue angle of 319.05º 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 #BA268B is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 139 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.27 |
| HSL | 319.05º | 0.66% | 0.44% | - |
| HSV(B) | 319.05º | 0.8% | 0.73% | - |
| XYZ | 25.6 | 13.69 | 25.72 | - |
| YUV | 93.77 | 153.53 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 139 | 0 | 0.80 | 0.25 | 0.27 | 319.05 | 0.66 | 0.44 |
| Hex | BA | 26 | 8B | 0 | 50 | 19 | 1B | 13F | 42 | 2C |
| Octal | 272 | 46 | 213 | 0 | 120 | 31 | 33 | 477 | 102 | 54 |
| Binary | 10111010 | 100110 | 10001011 | 0 | 1010000 | 11001 | 11011 | 100111111 | 1000010 | 101100 |
Color Harmonies of #BA268B
Complementary color
Monochromatic Colors of #BA268B
Black with #BA268B
Text Example
Text Example
White with #BA268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA268B; }
p { color: rgb(186,38,139); }
H1.HeaderClassName
{
color: #BA268B;
}
.AnyTagClassName
{
color: #BA268B;
}
</style>
background-color css
<style>
a { background-color: #BA268B; }
a { background-color: rgb(186,38,139); }
div.DivClassName
{
background-color: #BA268B;
}
.BgClassName
{
background-color: #BA268B;
}
</style>
border-color css
<style>
span { border-color: #BA268B; }
span { border-color: rgb(186,38,139); }
td.TdClassName
{
border-color: #BA268B;
}
.TagClassName
{
border-color: #BA268B;
}
</style>