Shades of Medium Red Violet #BA246B
Tints of Medium Red Violet #BA246B
RGB
CMYK
RGB Variations
Color information
#BA246B (or 0xBA246B) is known color: Medium Red Violet. HEX triplet: BA, 24 and 6B. RGB value is (186,36,107). Sum of RGB (Red+Green+Blue) = 186+36+107=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA246B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA246B is #45DB94. Grayscale: #585858. Windows color (decimal): -4578197 or 7021754. OLE color: 7021754.
HSL color Cylindrical-coordinate representation of color #BA246B: hue angle of 331.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA246B is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 107 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.27 |
| HSL | 331.6º | 0.68% | 0.44% | - |
| HSV(B) | 331.6º | 0.81% | 0.73% | - |
| XYZ | 23.53 | 12.76 | 15.13 | - |
| YUV | 88.94 | 138.2 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 107 | 0 | 0.81 | 0.42 | 0.27 | 331.6 | 0.68 | 0.44 |
| Hex | BA | 24 | 6B | 0 | 51 | 2A | 1B | 14C | 44 | 2C |
| Octal | 272 | 44 | 153 | 0 | 121 | 52 | 33 | 514 | 104 | 54 |
| Binary | 10111010 | 100100 | 1101011 | 0 | 1010001 | 101010 | 11011 | 101001100 | 1000100 | 101100 |
Color Harmonies of #BA246B
Complementary color
Monochromatic Colors of #BA246B
Black with #BA246B
Text Example
Text Example
White with #BA246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA246B; }
p { color: rgb(186,36,107); }
H1.HeaderClassName
{
color: #BA246B;
}
.AnyTagClassName
{
color: #BA246B;
}
</style>
background-color css
<style>
a { background-color: #BA246B; }
a { background-color: rgb(186,36,107); }
div.DivClassName
{
background-color: #BA246B;
}
.BgClassName
{
background-color: #BA246B;
}
</style>
border-color css
<style>
span { border-color: #BA246B; }
span { border-color: rgb(186,36,107); }
td.TdClassName
{
border-color: #BA246B;
}
.TagClassName
{
border-color: #BA246B;
}
</style>