Shades of Medium Orchid #BA3CDC
Tints of Medium Orchid #BA3CDC
RGB
CMYK
RGB Variations
Color information
#BA3CDC (or 0xBA3CDC) is known color: Medium Orchid. HEX triplet: BA, 3C and DC. RGB value is (186,60,220). Sum of RGB (Red+Green+Blue) = 186+60+220=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA3CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CDC is #45C323. Grayscale: #737373. Windows color (decimal): -4571940 or 14433466. OLE color: 14433466.
HSL color Cylindrical-coordinate representation of color #BA3CDC: hue angle of 287.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3CDC is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 60 | 220 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.14 |
| HSL | 287.25º | 0.7% | 0.55% | - |
| HSV(B) | 287.25º | 0.73% | 0.86% | - |
| XYZ | 34.78 | 18.84 | 69.51 | - |
| YUV | 115.91 | 186.74 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 220 | 0.15 | 0.73 | 0 | 0.14 | 287.25 | 0.7 | 0.55 |
| Hex | BA | 3C | DC | F | 49 | 0 | E | 11F | 46 | 37 |
| Octal | 272 | 74 | 334 | 17 | 111 | 0 | 16 | 437 | 106 | 67 |
| Binary | 10111010 | 111100 | 11011100 | 1111 | 1001001 | 0 | 1110 | 100011111 | 1000110 | 110111 |
Color Harmonies of #BA3CDC
Complementary color
Monochromatic Colors of #BA3CDC
Black with #BA3CDC
Text Example
Text Example
White with #BA3CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3CDC; }
p { color: rgb(186,60,220); }
H1.HeaderClassName
{
color: #BA3CDC;
}
.AnyTagClassName
{
color: #BA3CDC;
}
</style>
background-color css
<style>
a { background-color: #BA3CDC; }
a { background-color: rgb(186,60,220); }
div.DivClassName
{
background-color: #BA3CDC;
}
.BgClassName
{
background-color: #BA3CDC;
}
</style>
border-color css
<style>
span { border-color: #BA3CDC; }
span { border-color: rgb(186,60,220); }
td.TdClassName
{
border-color: #BA3CDC;
}
.TagClassName
{
border-color: #BA3CDC;
}
</style>