Shades of Medium Orchid #BA62DC
Tints of Medium Orchid #BA62DC
RGB
CMYK
RGB Variations
Color information
#BA62DC (or 0xBA62DC) is known color: Medium Orchid. HEX triplet: BA, 62 and DC. RGB value is (186,98,220). Sum of RGB (Red+Green+Blue) = 186+98+220=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 98 (38.67% from 255 or 19.44% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA62DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62DC is #459D23. Grayscale: #898989. Windows color (decimal): -4562212 or 14443194. OLE color: 14443194.
HSL color Cylindrical-coordinate representation of color #BA62DC: hue angle of 283.28º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA62DC is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 98 | 220 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.14 |
| HSL | 283.28º | 0.64% | 0.62% | - |
| HSV(B) | 283.28º | 0.55% | 0.86% | - |
| XYZ | 37.54 | 24.34 | 70.43 | - |
| YUV | 138.22 | 174.15 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 220 | 0.15 | 0.55 | 0 | 0.14 | 283.28 | 0.64 | 0.62 |
| Hex | BA | 62 | DC | F | 37 | 0 | E | 11B | 40 | 3E |
| Octal | 272 | 142 | 334 | 17 | 67 | 0 | 16 | 433 | 100 | 76 |
| Binary | 10111010 | 1100010 | 11011100 | 1111 | 110111 | 0 | 1110 | 100011011 | 1000000 | 111110 |
Color Harmonies of #BA62DC
Complementary color
Monochromatic Colors of #BA62DC
Black with #BA62DC
Text Example
Text Example
White with #BA62DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62DC; }
p { color: rgb(186,98,220); }
H1.HeaderClassName
{
color: #BA62DC;
}
.AnyTagClassName
{
color: #BA62DC;
}
</style>
background-color css
<style>
a { background-color: #BA62DC; }
a { background-color: rgb(186,98,220); }
div.DivClassName
{
background-color: #BA62DC;
}
.BgClassName
{
background-color: #BA62DC;
}
</style>
border-color css
<style>
span { border-color: #BA62DC; }
span { border-color: rgb(186,98,220); }
td.TdClassName
{
border-color: #BA62DC;
}
.TagClassName
{
border-color: #BA62DC;
}
</style>