Shades of Medium Orchid #BA3DF4
Tints of Medium Orchid #BA3DF4
RGB
CMYK
RGB Variations
Color information
#BA3DF4 (or 0xBA3DF4) is known color: Medium Orchid. HEX triplet: BA, 3D and F4. RGB value is (186,61,244). Sum of RGB (Red+Green+Blue) = 186+61+244=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 61 (24.22% from 255 or 12.42% from 491); Blue value is 244 (95.70% from 255 or 49.69% from 491); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA3DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3DF4 is #45C20B. Grayscale: #767676. Windows color (decimal): -4571660 or 16006586. OLE color: 16006586.
HSL color Cylindrical-coordinate representation of color #BA3DF4: hue angle of 280.98º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3DF4 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 61 | 244 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.04 |
| HSL | 280.98º | 0.89% | 0.6% | - |
| HSV(B) | 280.98º | 0.75% | 0.96% | - |
| XYZ | 38.25 | 20.31 | 87.49 | - |
| YUV | 119.24 | 198.41 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 244 | 0.24 | 0.75 | 0 | 0.04 | 280.98 | 0.89 | 0.6 |
| Hex | BA | 3D | F4 | 18 | 4B | 0 | 4 | 119 | 59 | 3C |
| Octal | 272 | 75 | 364 | 30 | 113 | 0 | 4 | 431 | 131 | 74 |
| Binary | 10111010 | 111101 | 11110100 | 11000 | 1001011 | 0 | 100 | 100011001 | 1011001 | 111100 |
Color Harmonies of #BA3DF4
Complementary color
Monochromatic Colors of #BA3DF4
Black with #BA3DF4
Text Example
Text Example
White with #BA3DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DF4; }
p { color: rgb(186,61,244); }
H1.HeaderClassName
{
color: #BA3DF4;
}
.AnyTagClassName
{
color: #BA3DF4;
}
</style>
background-color css
<style>
a { background-color: #BA3DF4; }
a { background-color: rgb(186,61,244); }
div.DivClassName
{
background-color: #BA3DF4;
}
.BgClassName
{
background-color: #BA3DF4;
}
</style>
border-color css
<style>
span { border-color: #BA3DF4; }
span { border-color: rgb(186,61,244); }
td.TdClassName
{
border-color: #BA3DF4;
}
.TagClassName
{
border-color: #BA3DF4;
}
</style>