Shades of Medium Orchid #BA5FF8
Tints of Medium Orchid #BA5FF8
RGB
CMYK
RGB Variations
Color information
#BA5FF8 (or 0xBA5FF8) is known color: Medium Orchid. HEX triplet: BA, 5F and F8. RGB value is (186,95,248). Sum of RGB (Red+Green+Blue) = 186+95+248=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA5FF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5FF8 is #45A007. Grayscale: #8B8B8B. Windows color (decimal): -4562952 or 16277434. OLE color: 16277434.
HSL color Cylindrical-coordinate representation of color #BA5FF8: hue angle of 275.69º 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 #BA5FF8 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 95 | 248 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.03 |
| HSL | 275.69º | 0.92% | 0.67% | - |
| HSV(B) | 275.69º | 0.62% | 0.97% | - |
| XYZ | 41.29 | 25.4 | 91.53 | - |
| YUV | 139.65 | 189.15 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 248 | 0.25 | 0.62 | 0 | 0.03 | 275.69 | 0.92 | 0.67 |
| Hex | BA | 5F | F8 | 19 | 3E | 0 | 3 | 114 | 5C | 43 |
| Octal | 272 | 137 | 370 | 31 | 76 | 0 | 3 | 424 | 134 | 103 |
| Binary | 10111010 | 1011111 | 11111000 | 11001 | 111110 | 0 | 11 | 100010100 | 1011100 | 1000011 |
Color Harmonies of #BA5FF8
Complementary color
Monochromatic Colors of #BA5FF8
Black with #BA5FF8
Text Example
Text Example
White with #BA5FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FF8; }
p { color: rgb(186,95,248); }
H1.HeaderClassName
{
color: #BA5FF8;
}
.AnyTagClassName
{
color: #BA5FF8;
}
</style>
background-color css
<style>
a { background-color: #BA5FF8; }
a { background-color: rgb(186,95,248); }
div.DivClassName
{
background-color: #BA5FF8;
}
.BgClassName
{
background-color: #BA5FF8;
}
</style>
border-color css
<style>
span { border-color: #BA5FF8; }
span { border-color: rgb(186,95,248); }
td.TdClassName
{
border-color: #BA5FF8;
}
.TagClassName
{
border-color: #BA5FF8;
}
</style>