Shades of Medium Orchid #BA63CB
Tints of Medium Orchid #BA63CB
RGB
CMYK
RGB Variations
Color information
#BA63CB (or 0xBA63CB) is known color: Medium Orchid. HEX triplet: BA, 63 and CB. RGB value is (186,99,203). Sum of RGB (Red+Green+Blue) = 186+99+203=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA63CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA63CB is #459C34. Grayscale: #888888. Windows color (decimal): -4561973 or 13329338. OLE color: 13329338.
HSL color Cylindrical-coordinate representation of color #BA63CB: hue angle of 290.19º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA63CB is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 99 | 203 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.20 |
| HSL | 290.19º | 0.5% | 0.59% | - |
| HSV(B) | 290.19º | 0.51% | 0.8% | - |
| XYZ | 35.49 | 23.67 | 59.2 | - |
| YUV | 136.87 | 165.32 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 203 | 0.08 | 0.51 | 0 | 0.20 | 290.19 | 0.5 | 0.59 |
| Hex | BA | 63 | CB | 8 | 33 | 0 | 14 | 122 | 32 | 3B |
| Octal | 272 | 143 | 313 | 10 | 63 | 0 | 24 | 442 | 62 | 73 |
| Binary | 10111010 | 1100011 | 11001011 | 1000 | 110011 | 0 | 10100 | 100100010 | 110010 | 111011 |
Color Harmonies of #BA63CB
Complementary color
Monochromatic Colors of #BA63CB
Black with #BA63CB
Text Example
Text Example
White with #BA63CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA63CB; }
p { color: rgb(186,99,203); }
H1.HeaderClassName
{
color: #BA63CB;
}
.AnyTagClassName
{
color: #BA63CB;
}
</style>
background-color css
<style>
a { background-color: #BA63CB; }
a { background-color: rgb(186,99,203); }
div.DivClassName
{
background-color: #BA63CB;
}
.BgClassName
{
background-color: #BA63CB;
}
</style>
border-color css
<style>
span { border-color: #BA63CB; }
span { border-color: rgb(186,99,203); }
td.TdClassName
{
border-color: #BA63CB;
}
.TagClassName
{
border-color: #BA63CB;
}
</style>