Shades of Medium Orchid #BA75EA
Tints of Medium Orchid #BA75EA
RGB
CMYK
RGB Variations
Color information
#BA75EA (or 0xBA75EA) is known color: Medium Orchid. HEX triplet: BA, 75 and EA. RGB value is (186,117,234). Sum of RGB (Red+Green+Blue) = 186+117+234=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA75EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA75EA is #458A15. Grayscale: #969696. Windows color (decimal): -4557334 or 15365562. OLE color: 15365562.
HSL color Cylindrical-coordinate representation of color #BA75EA: hue angle of 275.38º degrees, saturation: 0.74, 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 #BA75EA is Cyan = 0.21, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 117 | 234 | - |
| CMYK | 0.21 | 0.5 | 0 | 0.08 |
| HSL | 275.38º | 0.74% | 0.69% | - |
| HSV(B) | 275.38º | 0.5% | 0.92% | - |
| XYZ | 41.46 | 29.1 | 81.27 | - |
| YUV | 150.97 | 174.86 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 234 | 0.21 | 0.5 | 0 | 0.08 | 275.38 | 0.74 | 0.69 |
| Hex | BA | 75 | EA | 15 | 32 | 0 | 8 | 113 | 4A | 45 |
| Octal | 272 | 165 | 352 | 25 | 62 | 0 | 10 | 423 | 112 | 105 |
| Binary | 10111010 | 1110101 | 11101010 | 10101 | 110010 | 0 | 1000 | 100010011 | 1001010 | 1000101 |
Color Harmonies of #BA75EA
Complementary color
Monochromatic Colors of #BA75EA
Black with #BA75EA
Text Example
Text Example
White with #BA75EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75EA; }
p { color: rgb(186,117,234); }
H1.HeaderClassName
{
color: #BA75EA;
}
.AnyTagClassName
{
color: #BA75EA;
}
</style>
background-color css
<style>
a { background-color: #BA75EA; }
a { background-color: rgb(186,117,234); }
div.DivClassName
{
background-color: #BA75EA;
}
.BgClassName
{
background-color: #BA75EA;
}
</style>
border-color css
<style>
span { border-color: #BA75EA; }
span { border-color: rgb(186,117,234); }
td.TdClassName
{
border-color: #BA75EA;
}
.TagClassName
{
border-color: #BA75EA;
}
</style>