Shades of Medium Orchid #BA61D2
Tints of Medium Orchid #BA61D2
RGB
CMYK
RGB Variations
Color information
#BA61D2 (or 0xBA61D2) is known color: Medium Orchid. HEX triplet: BA, 61 and D2. RGB value is (186,97,210). Sum of RGB (Red+Green+Blue) = 186+97+210=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA61D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61D2 is #459E2D. Grayscale: #888888. Windows color (decimal): -4562478 or 13787578. OLE color: 13787578.
HSL color Cylindrical-coordinate representation of color #BA61D2: hue angle of 287.26º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA61D2 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 97 | 210 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.18 |
| HSL | 287.26º | 0.56% | 0.6% | - |
| HSV(B) | 287.26º | 0.54% | 0.82% | - |
| XYZ | 36.16 | 23.64 | 63.63 | - |
| YUV | 136.49 | 169.49 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 210 | 0.11 | 0.54 | 0 | 0.18 | 287.26 | 0.56 | 0.6 |
| Hex | BA | 61 | D2 | B | 36 | 0 | 12 | 11F | 38 | 3C |
| Octal | 272 | 141 | 322 | 13 | 66 | 0 | 22 | 437 | 70 | 74 |
| Binary | 10111010 | 1100001 | 11010010 | 1011 | 110110 | 0 | 10010 | 100011111 | 111000 | 111100 |
Color Harmonies of #BA61D2
Complementary color
Monochromatic Colors of #BA61D2
Black with #BA61D2
Text Example
Text Example
White with #BA61D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61D2; }
p { color: rgb(186,97,210); }
H1.HeaderClassName
{
color: #BA61D2;
}
.AnyTagClassName
{
color: #BA61D2;
}
</style>
background-color css
<style>
a { background-color: #BA61D2; }
a { background-color: rgb(186,97,210); }
div.DivClassName
{
background-color: #BA61D2;
}
.BgClassName
{
background-color: #BA61D2;
}
</style>
border-color css
<style>
span { border-color: #BA61D2; }
span { border-color: rgb(186,97,210); }
td.TdClassName
{
border-color: #BA61D2;
}
.TagClassName
{
border-color: #BA61D2;
}
</style>