Shades of Medium Orchid #BA47D2
Tints of Medium Orchid #BA47D2
RGB
CMYK
RGB Variations
Color information
#BA47D2 (or 0xBA47D2) is known color: Medium Orchid. HEX triplet: BA, 47 and D2. RGB value is (186,71,210). Sum of RGB (Red+Green+Blue) = 186+71+210=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA47D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA47D2 is #45B82D. Grayscale: #787878. Windows color (decimal): -4569134 or 13780922. OLE color: 13780922.
HSL color Cylindrical-coordinate representation of color #BA47D2: hue angle of 289.64º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA47D2 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 71 | 210 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.18 |
| HSL | 289.64º | 0.61% | 0.55% | - |
| HSV(B) | 289.64º | 0.66% | 0.82% | - |
| XYZ | 34.14 | 19.6 | 62.96 | - |
| YUV | 121.23 | 178.1 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 210 | 0.11 | 0.66 | 0 | 0.18 | 289.64 | 0.61 | 0.55 |
| Hex | BA | 47 | D2 | B | 42 | 0 | 12 | 122 | 3D | 37 |
| Octal | 272 | 107 | 322 | 13 | 102 | 0 | 22 | 442 | 75 | 67 |
| Binary | 10111010 | 1000111 | 11010010 | 1011 | 1000010 | 0 | 10010 | 100100010 | 111101 | 110111 |
Color Harmonies of #BA47D2
Complementary color
Monochromatic Colors of #BA47D2
Black with #BA47D2
Text Example
Text Example
White with #BA47D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47D2; }
p { color: rgb(186,71,210); }
H1.HeaderClassName
{
color: #BA47D2;
}
.AnyTagClassName
{
color: #BA47D2;
}
</style>
background-color css
<style>
a { background-color: #BA47D2; }
a { background-color: rgb(186,71,210); }
div.DivClassName
{
background-color: #BA47D2;
}
.BgClassName
{
background-color: #BA47D2;
}
</style>
border-color css
<style>
span { border-color: #BA47D2; }
span { border-color: rgb(186,71,210); }
td.TdClassName
{
border-color: #BA47D2;
}
.TagClassName
{
border-color: #BA47D2;
}
</style>