Shades of Medium Orchid #BA68CB
Tints of Medium Orchid #BA68CB
RGB
CMYK
RGB Variations
Color information
#BA68CB (or 0xBA68CB) is known color: Medium Orchid. HEX triplet: BA, 68 and CB. RGB value is (186,104,203). Sum of RGB (Red+Green+Blue) = 186+104+203=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA68CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68CB is #459734. Grayscale: #8B8B8B. Windows color (decimal): -4560693 or 13330618. OLE color: 13330618.
HSL color Cylindrical-coordinate representation of color #BA68CB: hue angle of 289.7º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA68CB is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 104 | 203 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.20 |
| HSL | 289.7º | 0.49% | 0.6% | - |
| HSV(B) | 289.7º | 0.49% | 0.8% | - |
| XYZ | 35.98 | 24.65 | 59.36 | - |
| YUV | 139.8 | 163.67 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 203 | 0.08 | 0.49 | 0 | 0.20 | 289.7 | 0.49 | 0.6 |
| Hex | BA | 68 | CB | 8 | 31 | 0 | 14 | 122 | 31 | 3C |
| Octal | 272 | 150 | 313 | 10 | 61 | 0 | 24 | 442 | 61 | 74 |
| Binary | 10111010 | 1101000 | 11001011 | 1000 | 110001 | 0 | 10100 | 100100010 | 110001 | 111100 |
Color Harmonies of #BA68CB
Complementary color
Monochromatic Colors of #BA68CB
Black with #BA68CB
Text Example
Text Example
White with #BA68CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68CB; }
p { color: rgb(186,104,203); }
H1.HeaderClassName
{
color: #BA68CB;
}
.AnyTagClassName
{
color: #BA68CB;
}
</style>
background-color css
<style>
a { background-color: #BA68CB; }
a { background-color: rgb(186,104,203); }
div.DivClassName
{
background-color: #BA68CB;
}
.BgClassName
{
background-color: #BA68CB;
}
</style>
border-color css
<style>
span { border-color: #BA68CB; }
span { border-color: rgb(186,104,203); }
td.TdClassName
{
border-color: #BA68CB;
}
.TagClassName
{
border-color: #BA68CB;
}
</style>