Shades of Medium Orchid #BA71ED
Tints of Medium Orchid #BA71ED
RGB
CMYK
RGB Variations
Color information
#BA71ED (or 0xBA71ED) is known color: Medium Orchid. HEX triplet: BA, 71 and ED. RGB value is (186,113,237). Sum of RGB (Red+Green+Blue) = 186+113+237=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA71ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA71ED is #458E12. Grayscale: #949494. Windows color (decimal): -4558355 or 15561146. OLE color: 15561146.
HSL color Cylindrical-coordinate representation of color #BA71ED: hue angle of 275.32º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA71ED is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 113 | 237 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.07 |
| HSL | 275.32º | 0.78% | 0.69% | - |
| HSV(B) | 275.32º | 0.52% | 0.93% | - |
| XYZ | 41.44 | 28.36 | 83.41 | - |
| YUV | 148.96 | 177.68 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 237 | 0.22 | 0.52 | 0 | 0.07 | 275.32 | 0.78 | 0.69 |
| Hex | BA | 71 | ED | 16 | 34 | 0 | 7 | 113 | 4E | 45 |
| Octal | 272 | 161 | 355 | 26 | 64 | 0 | 7 | 423 | 116 | 105 |
| Binary | 10111010 | 1110001 | 11101101 | 10110 | 110100 | 0 | 111 | 100010011 | 1001110 | 1000101 |
Color Harmonies of #BA71ED
Complementary color
Monochromatic Colors of #BA71ED
Black with #BA71ED
Text Example
Text Example
White with #BA71ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA71ED; }
p { color: rgb(186,113,237); }
H1.HeaderClassName
{
color: #BA71ED;
}
.AnyTagClassName
{
color: #BA71ED;
}
</style>
background-color css
<style>
a { background-color: #BA71ED; }
a { background-color: rgb(186,113,237); }
div.DivClassName
{
background-color: #BA71ED;
}
.BgClassName
{
background-color: #BA71ED;
}
</style>
border-color css
<style>
span { border-color: #BA71ED; }
span { border-color: rgb(186,113,237); }
td.TdClassName
{
border-color: #BA71ED;
}
.TagClassName
{
border-color: #BA71ED;
}
</style>