Shades of Medium Orchid #BA4BF0
Tints of Medium Orchid #BA4BF0
RGB
CMYK
RGB Variations
Color information
#BA4BF0 (or 0xBA4BF0) is known color: Medium Orchid. HEX triplet: BA, 4B and F0. RGB value is (186,75,240). Sum of RGB (Red+Green+Blue) = 186+75+240=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 240 (94.14% from 255 or 47.90% from 501); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA4BF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4BF0 is #45B40F. Grayscale: #7E7E7E. Windows color (decimal): -4568080 or 15748026. OLE color: 15748026.
HSL color Cylindrical-coordinate representation of color #BA4BF0: hue angle of 280.36º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA4BF0 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 75 | 240 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.06 |
| HSL | 280.36º | 0.85% | 0.62% | - |
| HSV(B) | 280.36º | 0.69% | 0.94% | - |
| XYZ | 38.49 | 21.76 | 84.61 | - |
| YUV | 127 | 191.77 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 240 | 0.22 | 0.69 | 0 | 0.06 | 280.36 | 0.85 | 0.62 |
| Hex | BA | 4B | F0 | 16 | 45 | 0 | 6 | 118 | 55 | 3E |
| Octal | 272 | 113 | 360 | 26 | 105 | 0 | 6 | 430 | 125 | 76 |
| Binary | 10111010 | 1001011 | 11110000 | 10110 | 1000101 | 0 | 110 | 100011000 | 1010101 | 111110 |
Color Harmonies of #BA4BF0
Complementary color
Monochromatic Colors of #BA4BF0
Black with #BA4BF0
Text Example
Text Example
White with #BA4BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BF0; }
p { color: rgb(186,75,240); }
H1.HeaderClassName
{
color: #BA4BF0;
}
.AnyTagClassName
{
color: #BA4BF0;
}
</style>
background-color css
<style>
a { background-color: #BA4BF0; }
a { background-color: rgb(186,75,240); }
div.DivClassName
{
background-color: #BA4BF0;
}
.BgClassName
{
background-color: #BA4BF0;
}
</style>
border-color css
<style>
span { border-color: #BA4BF0; }
span { border-color: rgb(186,75,240); }
td.TdClassName
{
border-color: #BA4BF0;
}
.TagClassName
{
border-color: #BA4BF0;
}
</style>