Shades of Medium Red Violet #BA256C
Tints of Medium Red Violet #BA256C
RGB
CMYK
RGB Variations
Color information
#BA256C (or 0xBA256C) is known color: Medium Red Violet. HEX triplet: BA, 25 and 6C. RGB value is (186,37,108). Sum of RGB (Red+Green+Blue) = 186+37+108=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA256C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA256C is #45DA93. Grayscale: #595959. Windows color (decimal): -4577940 or 7087546. OLE color: 7087546.
HSL color Cylindrical-coordinate representation of color #BA256C: hue angle of 331.41º degrees, saturation: 0.67, 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 #BA256C is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 108 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.27 |
| HSL | 331.41º | 0.67% | 0.44% | - |
| HSV(B) | 331.41º | 0.8% | 0.73% | - |
| XYZ | 23.62 | 12.84 | 15.42 | - |
| YUV | 89.65 | 138.36 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 108 | 0 | 0.80 | 0.42 | 0.27 | 331.41 | 0.67 | 0.44 |
| Hex | BA | 25 | 6C | 0 | 50 | 2A | 1B | 14B | 43 | 2C |
| Octal | 272 | 45 | 154 | 0 | 120 | 52 | 33 | 513 | 103 | 54 |
| Binary | 10111010 | 100101 | 1101100 | 0 | 1010000 | 101010 | 11011 | 101001011 | 1000011 | 101100 |
Color Harmonies of #BA256C
Complementary color
Monochromatic Colors of #BA256C
Black with #BA256C
Text Example
Text Example
White with #BA256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA256C; }
p { color: rgb(186,37,108); }
H1.HeaderClassName
{
color: #BA256C;
}
.AnyTagClassName
{
color: #BA256C;
}
</style>
background-color css
<style>
a { background-color: #BA256C; }
a { background-color: rgb(186,37,108); }
div.DivClassName
{
background-color: #BA256C;
}
.BgClassName
{
background-color: #BA256C;
}
</style>
border-color css
<style>
span { border-color: #BA256C; }
span { border-color: rgb(186,37,108); }
td.TdClassName
{
border-color: #BA256C;
}
.TagClassName
{
border-color: #BA256C;
}
</style>