Shades of Medium Orchid #BA5AF4
Tints of Medium Orchid #BA5AF4
RGB
CMYK
RGB Variations
Color information
#BA5AF4 (or 0xBA5AF4) is known color: Medium Orchid. HEX triplet: BA, 5A and F4. RGB value is (186,90,244). Sum of RGB (Red+Green+Blue) = 186+90+244=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA5AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5AF4 is #45A50B. Grayscale: #878787. Windows color (decimal): -4564236 or 16014010. OLE color: 16014010.
HSL color Cylindrical-coordinate representation of color #BA5AF4: hue angle of 277.4º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA5AF4 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 90 | 244 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.04 |
| HSL | 277.4º | 0.88% | 0.65% | - |
| HSV(B) | 277.4º | 0.63% | 0.96% | - |
| XYZ | 40.24 | 24.28 | 88.15 | - |
| YUV | 136.26 | 188.8 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 244 | 0.24 | 0.63 | 0 | 0.04 | 277.4 | 0.88 | 0.65 |
| Hex | BA | 5A | F4 | 18 | 3F | 0 | 4 | 115 | 58 | 41 |
| Octal | 272 | 132 | 364 | 30 | 77 | 0 | 4 | 425 | 130 | 101 |
| Binary | 10111010 | 1011010 | 11110100 | 11000 | 111111 | 0 | 100 | 100010101 | 1011000 | 1000001 |
Color Harmonies of #BA5AF4
Complementary color
Monochromatic Colors of #BA5AF4
Black with #BA5AF4
Text Example
Text Example
White with #BA5AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5AF4; }
p { color: rgb(186,90,244); }
H1.HeaderClassName
{
color: #BA5AF4;
}
.AnyTagClassName
{
color: #BA5AF4;
}
</style>
background-color css
<style>
a { background-color: #BA5AF4; }
a { background-color: rgb(186,90,244); }
div.DivClassName
{
background-color: #BA5AF4;
}
.BgClassName
{
background-color: #BA5AF4;
}
</style>
border-color css
<style>
span { border-color: #BA5AF4; }
span { border-color: rgb(186,90,244); }
td.TdClassName
{
border-color: #BA5AF4;
}
.TagClassName
{
border-color: #BA5AF4;
}
</style>