Shades of Medium Orchid #BA5DF8
Tints of Medium Orchid #BA5DF8
RGB
CMYK
RGB Variations
Color information
#BA5DF8 (or 0xBA5DF8) is known color: Medium Orchid. HEX triplet: BA, 5D and F8. RGB value is (186,93,248). Sum of RGB (Red+Green+Blue) = 186+93+248=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 248 (97.27% from 255 or 47.06% from 527); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA5DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5DF8 is #45A207. Grayscale: #898989. Windows color (decimal): -4563464 or 16276922. OLE color: 16276922.
HSL color Cylindrical-coordinate representation of color #BA5DF8: hue angle of 276º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5DF8 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 93 | 248 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.03 |
| HSL | 276º | 0.92% | 0.67% | - |
| HSV(B) | 276º | 0.63% | 0.97% | - |
| XYZ | 41.11 | 25.05 | 91.47 | - |
| YUV | 138.48 | 189.81 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 248 | 0.25 | 0.62 | 0 | 0.03 | 276 | 0.92 | 0.67 |
| Hex | BA | 5D | F8 | 19 | 3E | 0 | 3 | 114 | 5C | 43 |
| Octal | 272 | 135 | 370 | 31 | 76 | 0 | 3 | 424 | 134 | 103 |
| Binary | 10111010 | 1011101 | 11111000 | 11001 | 111110 | 0 | 11 | 100010100 | 1011100 | 1000011 |
Color Harmonies of #BA5DF8
Complementary color
Monochromatic Colors of #BA5DF8
Black with #BA5DF8
Text Example
Text Example
White with #BA5DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DF8; }
p { color: rgb(186,93,248); }
H1.HeaderClassName
{
color: #BA5DF8;
}
.AnyTagClassName
{
color: #BA5DF8;
}
</style>
background-color css
<style>
a { background-color: #BA5DF8; }
a { background-color: rgb(186,93,248); }
div.DivClassName
{
background-color: #BA5DF8;
}
.BgClassName
{
background-color: #BA5DF8;
}
</style>
border-color css
<style>
span { border-color: #BA5DF8; }
span { border-color: rgb(186,93,248); }
td.TdClassName
{
border-color: #BA5DF8;
}
.TagClassName
{
border-color: #BA5DF8;
}
</style>