Shades of Medium Orchid #BA68C8
Tints of Medium Orchid #BA68C8
RGB
CMYK
RGB Variations
Color information
#BA68C8 (or 0xBA68C8) is known color: Medium Orchid. HEX triplet: BA, 68 and C8. RGB value is (186,104,200). Sum of RGB (Red+Green+Blue) = 186+104+200=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 200 (78.52% from 255 or 40.82% from 490); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA68C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68C8 is #459737. Grayscale: #8B8B8B. Windows color (decimal): -4560696 or 13134010. OLE color: 13134010.
HSL color Cylindrical-coordinate representation of color #BA68C8: hue angle of 291.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA68C8 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 104 | 200 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.22 |
| HSL | 291.25º | 0.47% | 0.6% | - |
| HSV(B) | 291.25º | 0.48% | 0.78% | - |
| XYZ | 35.63 | 24.51 | 57.5 | - |
| YUV | 139.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 200 | 0.07 | 0.48 | 0 | 0.22 | 291.25 | 0.47 | 0.6 |
| Hex | BA | 68 | C8 | 7 | 30 | 0 | 16 | 123 | 2F | 3C |
| Octal | 272 | 150 | 310 | 7 | 60 | 0 | 26 | 443 | 57 | 74 |
| Binary | 10111010 | 1101000 | 11001000 | 111 | 110000 | 0 | 10110 | 100100011 | 101111 | 111100 |
Color Harmonies of #BA68C8
Complementary color
Monochromatic Colors of #BA68C8
Black with #BA68C8
Text Example
Text Example
White with #BA68C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68C8; }
p { color: rgb(186,104,200); }
H1.HeaderClassName
{
color: #BA68C8;
}
.AnyTagClassName
{
color: #BA68C8;
}
</style>
background-color css
<style>
a { background-color: #BA68C8; }
a { background-color: rgb(186,104,200); }
div.DivClassName
{
background-color: #BA68C8;
}
.BgClassName
{
background-color: #BA68C8;
}
</style>
border-color css
<style>
span { border-color: #BA68C8; }
span { border-color: rgb(186,104,200); }
td.TdClassName
{
border-color: #BA68C8;
}
.TagClassName
{
border-color: #BA68C8;
}
</style>