Shades of Medium Orchid #BA3CF2
Tints of Medium Orchid #BA3CF2
RGB
CMYK
RGB Variations
Color information
#BA3CF2 (or 0xBA3CF2) is known color: Medium Orchid. HEX triplet: BA, 3C and F2. RGB value is (186,60,242). Sum of RGB (Red+Green+Blue) = 186+60+242=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 60 (23.83% from 255 or 12.30% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA3CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3CF2 is #45C30D. Grayscale: #757575. Windows color (decimal): -4571918 or 15875258. OLE color: 15875258.
HSL color Cylindrical-coordinate representation of color #BA3CF2: hue angle of 281.54º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3CF2 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 60 | 242 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.05 |
| HSL | 281.54º | 0.88% | 0.59% | - |
| HSV(B) | 281.54º | 0.75% | 0.95% | - |
| XYZ | 37.89 | 20.08 | 85.88 | - |
| YUV | 118.42 | 197.74 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 242 | 0.23 | 0.75 | 0 | 0.05 | 281.54 | 0.88 | 0.59 |
| Hex | BA | 3C | F2 | 17 | 4B | 0 | 5 | 11A | 58 | 3B |
| Octal | 272 | 74 | 362 | 27 | 113 | 0 | 5 | 432 | 130 | 73 |
| Binary | 10111010 | 111100 | 11110010 | 10111 | 1001011 | 0 | 101 | 100011010 | 1011000 | 111011 |
Color Harmonies of #BA3CF2
Complementary color
Monochromatic Colors of #BA3CF2
Black with #BA3CF2
Text Example
Text Example
White with #BA3CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3CF2; }
p { color: rgb(186,60,242); }
H1.HeaderClassName
{
color: #BA3CF2;
}
.AnyTagClassName
{
color: #BA3CF2;
}
</style>
background-color css
<style>
a { background-color: #BA3CF2; }
a { background-color: rgb(186,60,242); }
div.DivClassName
{
background-color: #BA3CF2;
}
.BgClassName
{
background-color: #BA3CF2;
}
</style>
border-color css
<style>
span { border-color: #BA3CF2; }
span { border-color: rgb(186,60,242); }
td.TdClassName
{
border-color: #BA3CF2;
}
.TagClassName
{
border-color: #BA3CF2;
}
</style>