Shades of Medium Orchid #BA3DDC
Tints of Medium Orchid #BA3DDC
RGB
CMYK
RGB Variations
Color information
#BA3DDC (or 0xBA3DDC) is known color: Medium Orchid. HEX triplet: BA, 3D and DC. RGB value is (186,61,220). Sum of RGB (Red+Green+Blue) = 186+61+220=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA3DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DDC is #45C223. Grayscale: #737373. Windows color (decimal): -4571684 or 14433722. OLE color: 14433722.
HSL color Cylindrical-coordinate representation of color #BA3DDC: hue angle of 287.17º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3DDC is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 61 | 220 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.14 |
| HSL | 287.17º | 0.69% | 0.55% | - |
| HSV(B) | 287.17º | 0.72% | 0.86% | - |
| XYZ | 34.84 | 18.94 | 69.53 | - |
| YUV | 116.5 | 186.41 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 220 | 0.15 | 0.72 | 0 | 0.14 | 287.17 | 0.69 | 0.55 |
| Hex | BA | 3D | DC | F | 48 | 0 | E | 11F | 45 | 37 |
| Octal | 272 | 75 | 334 | 17 | 110 | 0 | 16 | 437 | 105 | 67 |
| Binary | 10111010 | 111101 | 11011100 | 1111 | 1001000 | 0 | 1110 | 100011111 | 1000101 | 110111 |
Color Harmonies of #BA3DDC
Complementary color
Monochromatic Colors of #BA3DDC
Black with #BA3DDC
Text Example
Text Example
White with #BA3DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DDC; }
p { color: rgb(186,61,220); }
H1.HeaderClassName
{
color: #BA3DDC;
}
.AnyTagClassName
{
color: #BA3DDC;
}
</style>
background-color css
<style>
a { background-color: #BA3DDC; }
a { background-color: rgb(186,61,220); }
div.DivClassName
{
background-color: #BA3DDC;
}
.BgClassName
{
background-color: #BA3DDC;
}
</style>
border-color css
<style>
span { border-color: #BA3DDC; }
span { border-color: rgb(186,61,220); }
td.TdClassName
{
border-color: #BA3DDC;
}
.TagClassName
{
border-color: #BA3DDC;
}
</style>