Shades of Medium Orchid #BA75EB
Tints of Medium Orchid #BA75EB
RGB
CMYK
RGB Variations
Color information
#BA75EB (or 0xBA75EB) is known color: Medium Orchid. HEX triplet: BA, 75 and EB. RGB value is (186,117,235). Sum of RGB (Red+Green+Blue) = 186+117+235=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA75EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA75EB is #458A14. Grayscale: #969696. Windows color (decimal): -4557333 or 15431098. OLE color: 15431098.
HSL color Cylindrical-coordinate representation of color #BA75EB: hue angle of 275.08º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA75EB is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 117 | 235 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.08 |
| HSL | 275.08º | 0.75% | 0.69% | - |
| HSV(B) | 275.08º | 0.5% | 0.92% | - |
| XYZ | 41.61 | 29.16 | 82.03 | - |
| YUV | 151.08 | 175.36 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 235 | 0.21 | 0.50 | 0 | 0.08 | 275.08 | 0.75 | 0.69 |
| Hex | BA | 75 | EB | 15 | 32 | 0 | 8 | 113 | 4B | 45 |
| Octal | 272 | 165 | 353 | 25 | 62 | 0 | 10 | 423 | 113 | 105 |
| Binary | 10111010 | 1110101 | 11101011 | 10101 | 110010 | 0 | 1000 | 100010011 | 1001011 | 1000101 |
Color Harmonies of #BA75EB
Complementary color
Monochromatic Colors of #BA75EB
Black with #BA75EB
Text Example
Text Example
White with #BA75EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75EB; }
p { color: rgb(186,117,235); }
H1.HeaderClassName
{
color: #BA75EB;
}
.AnyTagClassName
{
color: #BA75EB;
}
</style>
background-color css
<style>
a { background-color: #BA75EB; }
a { background-color: rgb(186,117,235); }
div.DivClassName
{
background-color: #BA75EB;
}
.BgClassName
{
background-color: #BA75EB;
}
</style>
border-color css
<style>
span { border-color: #BA75EB; }
span { border-color: rgb(186,117,235); }
td.TdClassName
{
border-color: #BA75EB;
}
.TagClassName
{
border-color: #BA75EB;
}
</style>