Shades of Medium Orchid #BA68DA
Tints of Medium Orchid #BA68DA
RGB
CMYK
RGB Variations
Color information
#BA68DA (or 0xBA68DA) is known color: Medium Orchid. HEX triplet: BA, 68 and DA. RGB value is (186,104,218). Sum of RGB (Red+Green+Blue) = 186+104+218=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA68DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68DA is #459725. Grayscale: #8D8D8D. Windows color (decimal): -4560678 or 14313658. OLE color: 14313658.
HSL color Cylindrical-coordinate representation of color #BA68DA: hue angle of 283.16º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA68DA is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 104 | 218 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.15 |
| HSL | 283.16º | 0.61% | 0.63% | - |
| HSV(B) | 283.16º | 0.52% | 0.85% | - |
| XYZ | 37.85 | 25.4 | 69.24 | - |
| YUV | 141.51 | 171.17 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 218 | 0.15 | 0.52 | 0 | 0.15 | 283.16 | 0.61 | 0.63 |
| Hex | BA | 68 | DA | F | 34 | 0 | F | 11B | 3D | 3F |
| Octal | 272 | 150 | 332 | 17 | 64 | 0 | 17 | 433 | 75 | 77 |
| Binary | 10111010 | 1101000 | 11011010 | 1111 | 110100 | 0 | 1111 | 100011011 | 111101 | 111111 |
Color Harmonies of #BA68DA
Complementary color
Monochromatic Colors of #BA68DA
Black with #BA68DA
Text Example
Text Example
White with #BA68DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68DA; }
p { color: rgb(186,104,218); }
H1.HeaderClassName
{
color: #BA68DA;
}
.AnyTagClassName
{
color: #BA68DA;
}
</style>
background-color css
<style>
a { background-color: #BA68DA; }
a { background-color: rgb(186,104,218); }
div.DivClassName
{
background-color: #BA68DA;
}
.BgClassName
{
background-color: #BA68DA;
}
</style>
border-color css
<style>
span { border-color: #BA68DA; }
span { border-color: rgb(186,104,218); }
td.TdClassName
{
border-color: #BA68DA;
}
.TagClassName
{
border-color: #BA68DA;
}
</style>