Shades of Medium Orchid #BA61DC
Tints of Medium Orchid #BA61DC
RGB
CMYK
RGB Variations
Color information
#BA61DC (or 0xBA61DC) is known color: Medium Orchid. HEX triplet: BA, 61 and DC. RGB value is (186,97,220). Sum of RGB (Red+Green+Blue) = 186+97+220=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA61DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61DC is #459E23. Grayscale: #898989. Windows color (decimal): -4562468 or 14442938. OLE color: 14442938.
HSL color Cylindrical-coordinate representation of color #BA61DC: hue angle of 283.41º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA61DC is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 97 | 220 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.14 |
| HSL | 283.41º | 0.64% | 0.62% | - |
| HSV(B) | 283.41º | 0.56% | 0.86% | - |
| XYZ | 37.44 | 24.16 | 70.4 | - |
| YUV | 137.63 | 174.49 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 220 | 0.15 | 0.56 | 0 | 0.14 | 283.41 | 0.64 | 0.62 |
| Hex | BA | 61 | DC | F | 38 | 0 | E | 11B | 40 | 3E |
| Octal | 272 | 141 | 334 | 17 | 70 | 0 | 16 | 433 | 100 | 76 |
| Binary | 10111010 | 1100001 | 11011100 | 1111 | 111000 | 0 | 1110 | 100011011 | 1000000 | 111110 |
Color Harmonies of #BA61DC
Complementary color
Monochromatic Colors of #BA61DC
Black with #BA61DC
Text Example
Text Example
White with #BA61DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61DC; }
p { color: rgb(186,97,220); }
H1.HeaderClassName
{
color: #BA61DC;
}
.AnyTagClassName
{
color: #BA61DC;
}
</style>
background-color css
<style>
a { background-color: #BA61DC; }
a { background-color: rgb(186,97,220); }
div.DivClassName
{
background-color: #BA61DC;
}
.BgClassName
{
background-color: #BA61DC;
}
</style>
border-color css
<style>
span { border-color: #BA61DC; }
span { border-color: rgb(186,97,220); }
td.TdClassName
{
border-color: #BA61DC;
}
.TagClassName
{
border-color: #BA61DC;
}
</style>