Shades of Medium Orchid #BA3DE7
Tints of Medium Orchid #BA3DE7
RGB
CMYK
RGB Variations
Color information
#BA3DE7 (or 0xBA3DE7) is known color: Medium Orchid. HEX triplet: BA, 3D and E7. RGB value is (186,61,231). Sum of RGB (Red+Green+Blue) = 186+61+231=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 61 (24.22% from 255 or 12.76% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA3DE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3DE7 is #45C218. Grayscale: #757575. Windows color (decimal): -4571673 or 15154618. OLE color: 15154618.
HSL color Cylindrical-coordinate representation of color #BA3DE7: hue angle of 284.12º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3DE7 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 61 | 231 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.09 |
| HSL | 284.12º | 0.78% | 0.57% | - |
| HSV(B) | 284.12º | 0.74% | 0.91% | - |
| XYZ | 36.34 | 19.55 | 77.46 | - |
| YUV | 117.76 | 191.91 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 231 | 0.19 | 0.74 | 0 | 0.09 | 284.12 | 0.78 | 0.57 |
| Hex | BA | 3D | E7 | 13 | 4A | 0 | 9 | 11C | 4E | 39 |
| Octal | 272 | 75 | 347 | 23 | 112 | 0 | 11 | 434 | 116 | 71 |
| Binary | 10111010 | 111101 | 11100111 | 10011 | 1001010 | 0 | 1001 | 100011100 | 1001110 | 111001 |
Color Harmonies of #BA3DE7
Complementary color
Monochromatic Colors of #BA3DE7
Black with #BA3DE7
Text Example
Text Example
White with #BA3DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DE7; }
p { color: rgb(186,61,231); }
H1.HeaderClassName
{
color: #BA3DE7;
}
.AnyTagClassName
{
color: #BA3DE7;
}
</style>
background-color css
<style>
a { background-color: #BA3DE7; }
a { background-color: rgb(186,61,231); }
div.DivClassName
{
background-color: #BA3DE7;
}
.BgClassName
{
background-color: #BA3DE7;
}
</style>
border-color css
<style>
span { border-color: #BA3DE7; }
span { border-color: rgb(186,61,231); }
td.TdClassName
{
border-color: #BA3DE7;
}
.TagClassName
{
border-color: #BA3DE7;
}
</style>