Shades of Medium Orchid #BA62DA
Tints of Medium Orchid #BA62DA
RGB
CMYK
RGB Variations
Color information
#BA62DA (or 0xBA62DA) is known color: Medium Orchid. HEX triplet: BA, 62 and DA. RGB value is (186,98,218). Sum of RGB (Red+Green+Blue) = 186+98+218=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA62DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62DA is #459D25. Grayscale: #898989. Windows color (decimal): -4562214 or 14312122. OLE color: 14312122.
HSL color Cylindrical-coordinate representation of color #BA62DA: hue angle of 284º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA62DA is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 98 | 218 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.15 |
| HSL | 284º | 0.62% | 0.62% | - |
| HSV(B) | 284º | 0.55% | 0.85% | - |
| XYZ | 37.27 | 24.24 | 69.04 | - |
| YUV | 137.99 | 173.15 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 218 | 0.15 | 0.55 | 0 | 0.15 | 284 | 0.62 | 0.62 |
| Hex | BA | 62 | DA | F | 37 | 0 | F | 11C | 3E | 3E |
| Octal | 272 | 142 | 332 | 17 | 67 | 0 | 17 | 434 | 76 | 76 |
| Binary | 10111010 | 1100010 | 11011010 | 1111 | 110111 | 0 | 1111 | 100011100 | 111110 | 111110 |
Color Harmonies of #BA62DA
Complementary color
Monochromatic Colors of #BA62DA
Black with #BA62DA
Text Example
Text Example
White with #BA62DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62DA; }
p { color: rgb(186,98,218); }
H1.HeaderClassName
{
color: #BA62DA;
}
.AnyTagClassName
{
color: #BA62DA;
}
</style>
background-color css
<style>
a { background-color: #BA62DA; }
a { background-color: rgb(186,98,218); }
div.DivClassName
{
background-color: #BA62DA;
}
.BgClassName
{
background-color: #BA62DA;
}
</style>
border-color css
<style>
span { border-color: #BA62DA; }
span { border-color: rgb(186,98,218); }
td.TdClassName
{
border-color: #BA62DA;
}
.TagClassName
{
border-color: #BA62DA;
}
</style>