Shades of Medium Orchid #BA57FE
Tints of Medium Orchid #BA57FE
RGB
CMYK
RGB Variations
Color information
#BA57FE (or 0xBA57FE) is known color: Medium Orchid. HEX triplet: BA, 57 and FE. RGB value is (186,87,254). Sum of RGB (Red+Green+Blue) = 186+87+254=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 87 (34.38% from 255 or 16.51% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA57FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA57FE is #45A801. Grayscale: #878787. Windows color (decimal): -4564994 or 16668602. OLE color: 16668602.
HSL color Cylindrical-coordinate representation of color #BA57FE: hue angle of 275.57º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA57FE is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 87 | 254 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.00 |
| HSL | 275.57º | 0.99% | 0.67% | - |
| HSV(B) | 275.57º | 0.66% | 1% | - |
| XYZ | 41.55 | 24.41 | 96.29 | - |
| YUV | 135.64 | 194.8 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 254 | 0.27 | 0.66 | 0 | 0.00 | 275.57 | 0.99 | 0.67 |
| Hex | BA | 57 | FE | 1B | 42 | 0 | 0 | 114 | 63 | 43 |
| Octal | 272 | 127 | 376 | 33 | 102 | 0 | 0 | 424 | 143 | 103 |
| Binary | 10111010 | 1010111 | 11111110 | 11011 | 1000010 | 0 | 0 | 100010100 | 1100011 | 1000011 |
Color Harmonies of #BA57FE
Complementary color
Monochromatic Colors of #BA57FE
Black with #BA57FE
Text Example
Text Example
White with #BA57FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57FE; }
p { color: rgb(186,87,254); }
H1.HeaderClassName
{
color: #BA57FE;
}
.AnyTagClassName
{
color: #BA57FE;
}
</style>
background-color css
<style>
a { background-color: #BA57FE; }
a { background-color: rgb(186,87,254); }
div.DivClassName
{
background-color: #BA57FE;
}
.BgClassName
{
background-color: #BA57FE;
}
</style>
border-color css
<style>
span { border-color: #BA57FE; }
span { border-color: rgb(186,87,254); }
td.TdClassName
{
border-color: #BA57FE;
}
.TagClassName
{
border-color: #BA57FE;
}
</style>