Shades of Medium Red Violet #BA256B
Tints of Medium Red Violet #BA256B
RGB
CMYK
RGB Variations
Color information
#BA256B (or 0xBA256B) is known color: Medium Red Violet. HEX triplet: BA, 25 and 6B. RGB value is (186,37,107). Sum of RGB (Red+Green+Blue) = 186+37+107=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA256B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA256B is #45DA94. Grayscale: #595959. Windows color (decimal): -4577941 or 7022010. OLE color: 7022010.
HSL color Cylindrical-coordinate representation of color #BA256B: hue angle of 331.81º 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 #BA256B is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 107 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.27 |
| HSL | 331.81º | 0.67% | 0.44% | - |
| HSV(B) | 331.81º | 0.8% | 0.73% | - |
| XYZ | 23.57 | 12.82 | 15.14 | - |
| YUV | 89.53 | 137.86 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 107 | 0 | 0.80 | 0.42 | 0.27 | 331.81 | 0.67 | 0.44 |
| Hex | BA | 25 | 6B | 0 | 50 | 2A | 1B | 14C | 43 | 2C |
| Octal | 272 | 45 | 153 | 0 | 120 | 52 | 33 | 514 | 103 | 54 |
| Binary | 10111010 | 100101 | 1101011 | 0 | 1010000 | 101010 | 11011 | 101001100 | 1000011 | 101100 |
Color Harmonies of #BA256B
Complementary color
Monochromatic Colors of #BA256B
Black with #BA256B
Text Example
Text Example
White with #BA256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA256B; }
p { color: rgb(186,37,107); }
H1.HeaderClassName
{
color: #BA256B;
}
.AnyTagClassName
{
color: #BA256B;
}
</style>
background-color css
<style>
a { background-color: #BA256B; }
a { background-color: rgb(186,37,107); }
div.DivClassName
{
background-color: #BA256B;
}
.BgClassName
{
background-color: #BA256B;
}
</style>
border-color css
<style>
span { border-color: #BA256B; }
span { border-color: rgb(186,37,107); }
td.TdClassName
{
border-color: #BA256B;
}
.TagClassName
{
border-color: #BA256B;
}
</style>