Shades of Medium Orchid #BA5DF3
Tints of Medium Orchid #BA5DF3
RGB
CMYK
RGB Variations
Color information
#BA5DF3 (or 0xBA5DF3) is known color: Medium Orchid. HEX triplet: BA, 5D and F3. RGB value is (186,93,243). Sum of RGB (Red+Green+Blue) = 186+93+243=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 93 (36.72% from 255 or 17.82% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA5DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5DF3 is #45A20C. Grayscale: #898989. Windows color (decimal): -4563469 or 15949242. OLE color: 15949242.
HSL color Cylindrical-coordinate representation of color #BA5DF3: hue angle of 277.2º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5DF3 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 93 | 243 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.05 |
| HSL | 277.2º | 0.86% | 0.66% | - |
| HSV(B) | 277.2º | 0.62% | 0.95% | - |
| XYZ | 40.34 | 24.74 | 87.44 | - |
| YUV | 137.91 | 187.31 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 243 | 0.23 | 0.62 | 0 | 0.05 | 277.2 | 0.86 | 0.66 |
| Hex | BA | 5D | F3 | 17 | 3E | 0 | 5 | 115 | 56 | 42 |
| Octal | 272 | 135 | 363 | 27 | 76 | 0 | 5 | 425 | 126 | 102 |
| Binary | 10111010 | 1011101 | 11110011 | 10111 | 111110 | 0 | 101 | 100010101 | 1010110 | 1000010 |
Color Harmonies of #BA5DF3
Complementary color
Monochromatic Colors of #BA5DF3
Black with #BA5DF3
Text Example
Text Example
White with #BA5DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DF3; }
p { color: rgb(186,93,243); }
H1.HeaderClassName
{
color: #BA5DF3;
}
.AnyTagClassName
{
color: #BA5DF3;
}
</style>
background-color css
<style>
a { background-color: #BA5DF3; }
a { background-color: rgb(186,93,243); }
div.DivClassName
{
background-color: #BA5DF3;
}
.BgClassName
{
background-color: #BA5DF3;
}
</style>
border-color css
<style>
span { border-color: #BA5DF3; }
span { border-color: rgb(186,93,243); }
td.TdClassName
{
border-color: #BA5DF3;
}
.TagClassName
{
border-color: #BA5DF3;
}
</style>