Shades of Medium Orchid #BA4BF3
Tints of Medium Orchid #BA4BF3
RGB
CMYK
RGB Variations
Color information
#BA4BF3 (or 0xBA4BF3) is known color: Medium Orchid. HEX triplet: BA, 4B and F3. RGB value is (186,75,243). Sum of RGB (Red+Green+Blue) = 186+75+243=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA4BF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4BF3 is #45B40C. Grayscale: #7E7E7E. Windows color (decimal): -4568077 or 15944634. OLE color: 15944634.
HSL color Cylindrical-coordinate representation of color #BA4BF3: hue angle of 279.64º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA4BF3 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 75 | 243 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.05 |
| HSL | 279.64º | 0.88% | 0.62% | - |
| HSV(B) | 279.64º | 0.69% | 0.95% | - |
| XYZ | 38.94 | 21.94 | 86.98 | - |
| YUV | 127.34 | 193.27 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 243 | 0.23 | 0.69 | 0 | 0.05 | 279.64 | 0.88 | 0.62 |
| Hex | BA | 4B | F3 | 17 | 45 | 0 | 5 | 118 | 58 | 3E |
| Octal | 272 | 113 | 363 | 27 | 105 | 0 | 5 | 430 | 130 | 76 |
| Binary | 10111010 | 1001011 | 11110011 | 10111 | 1000101 | 0 | 101 | 100011000 | 1011000 | 111110 |
Color Harmonies of #BA4BF3
Complementary color
Monochromatic Colors of #BA4BF3
Black with #BA4BF3
Text Example
Text Example
White with #BA4BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BF3; }
p { color: rgb(186,75,243); }
H1.HeaderClassName
{
color: #BA4BF3;
}
.AnyTagClassName
{
color: #BA4BF3;
}
</style>
background-color css
<style>
a { background-color: #BA4BF3; }
a { background-color: rgb(186,75,243); }
div.DivClassName
{
background-color: #BA4BF3;
}
.BgClassName
{
background-color: #BA4BF3;
}
</style>
border-color css
<style>
span { border-color: #BA4BF3; }
span { border-color: rgb(186,75,243); }
td.TdClassName
{
border-color: #BA4BF3;
}
.TagClassName
{
border-color: #BA4BF3;
}
</style>