Shades of Medium Orchid #BA61DF
Tints of Medium Orchid #BA61DF
RGB
CMYK
RGB Variations
Color information
#BA61DF (or 0xBA61DF) is known color: Medium Orchid. HEX triplet: BA, 61 and DF. RGB value is (186,97,223). Sum of RGB (Red+Green+Blue) = 186+97+223=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA61DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61DF is #459E20. Grayscale: #898989. Windows color (decimal): -4562465 or 14639546. OLE color: 14639546.
HSL color Cylindrical-coordinate representation of color #BA61DF: hue angle of 282.38º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA61DF is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 97 | 223 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.13 |
| HSL | 282.38º | 0.66% | 0.63% | - |
| HSV(B) | 282.38º | 0.57% | 0.87% | - |
| XYZ | 37.84 | 24.32 | 72.51 | - |
| YUV | 137.98 | 175.99 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 223 | 0.17 | 0.57 | 0 | 0.13 | 282.38 | 0.66 | 0.63 |
| Hex | BA | 61 | DF | 11 | 39 | 0 | D | 11A | 42 | 3F |
| Octal | 272 | 141 | 337 | 21 | 71 | 0 | 15 | 432 | 102 | 77 |
| Binary | 10111010 | 1100001 | 11011111 | 10001 | 111001 | 0 | 1101 | 100011010 | 1000010 | 111111 |
Color Harmonies of #BA61DF
Complementary color
Monochromatic Colors of #BA61DF
Black with #BA61DF
Text Example
Text Example
White with #BA61DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61DF; }
p { color: rgb(186,97,223); }
H1.HeaderClassName
{
color: #BA61DF;
}
.AnyTagClassName
{
color: #BA61DF;
}
</style>
background-color css
<style>
a { background-color: #BA61DF; }
a { background-color: rgb(186,97,223); }
div.DivClassName
{
background-color: #BA61DF;
}
.BgClassName
{
background-color: #BA61DF;
}
</style>
border-color css
<style>
span { border-color: #BA61DF; }
span { border-color: rgb(186,97,223); }
td.TdClassName
{
border-color: #BA61DF;
}
.TagClassName
{
border-color: #BA61DF;
}
</style>