Shades of Medium Red Violet #BA268A
Tints of Medium Red Violet #BA268A
RGB
CMYK
RGB Variations
Color information
#BA268A (or 0xBA268A) is known color: Medium Red Violet. HEX triplet: BA, 26 and 8A. RGB value is (186,38,138). Sum of RGB (Red+Green+Blue) = 186+38+138=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA268A is #45D975. Grayscale: #5D5D5D. Windows color (decimal): -4577654 or 9053882. OLE color: 9053882.
HSL color Cylindrical-coordinate representation of color #BA268A: hue angle of 319.46º 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 #BA268A is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 138 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.27 |
| HSL | 319.46º | 0.66% | 0.44% | - |
| HSV(B) | 319.46º | 0.8% | 0.73% | - |
| XYZ | 25.53 | 13.66 | 25.34 | - |
| YUV | 93.65 | 153.03 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 138 | 0 | 0.80 | 0.26 | 0.27 | 319.46 | 0.66 | 0.44 |
| Hex | BA | 26 | 8A | 0 | 50 | 1A | 1B | 13F | 42 | 2C |
| Octal | 272 | 46 | 212 | 0 | 120 | 32 | 33 | 477 | 102 | 54 |
| Binary | 10111010 | 100110 | 10001010 | 0 | 1010000 | 11010 | 11011 | 100111111 | 1000010 | 101100 |
Color Harmonies of #BA268A
Complementary color
Monochromatic Colors of #BA268A
Black with #BA268A
Text Example
Text Example
White with #BA268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA268A; }
p { color: rgb(186,38,138); }
H1.HeaderClassName
{
color: #BA268A;
}
.AnyTagClassName
{
color: #BA268A;
}
</style>
background-color css
<style>
a { background-color: #BA268A; }
a { background-color: rgb(186,38,138); }
div.DivClassName
{
background-color: #BA268A;
}
.BgClassName
{
background-color: #BA268A;
}
</style>
border-color css
<style>
span { border-color: #BA268A; }
span { border-color: rgb(186,38,138); }
td.TdClassName
{
border-color: #BA268A;
}
.TagClassName
{
border-color: #BA268A;
}
</style>