Shades of Medium Orchid #BA61CB
Tints of Medium Orchid #BA61CB
RGB
CMYK
RGB Variations
Color information
#BA61CB (or 0xBA61CB) is known color: Medium Orchid. HEX triplet: BA, 61 and CB. RGB value is (186,97,203). Sum of RGB (Red+Green+Blue) = 186+97+203=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA61CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61CB is #459E34. Grayscale: #878787. Windows color (decimal): -4562485 or 13328826. OLE color: 13328826.
HSL color Cylindrical-coordinate representation of color #BA61CB: hue angle of 290.38º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA61CB is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 97 | 203 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.20 |
| HSL | 290.38º | 0.5% | 0.59% | - |
| HSV(B) | 290.38º | 0.52% | 0.8% | - |
| XYZ | 35.3 | 23.3 | 59.14 | - |
| YUV | 135.7 | 165.99 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 203 | 0.08 | 0.52 | 0 | 0.20 | 290.38 | 0.5 | 0.59 |
| Hex | BA | 61 | CB | 8 | 34 | 0 | 14 | 122 | 32 | 3B |
| Octal | 272 | 141 | 313 | 10 | 64 | 0 | 24 | 442 | 62 | 73 |
| Binary | 10111010 | 1100001 | 11001011 | 1000 | 110100 | 0 | 10100 | 100100010 | 110010 | 111011 |
Color Harmonies of #BA61CB
Complementary color
Monochromatic Colors of #BA61CB
Black with #BA61CB
Text Example
Text Example
White with #BA61CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61CB; }
p { color: rgb(186,97,203); }
H1.HeaderClassName
{
color: #BA61CB;
}
.AnyTagClassName
{
color: #BA61CB;
}
</style>
background-color css
<style>
a { background-color: #BA61CB; }
a { background-color: rgb(186,97,203); }
div.DivClassName
{
background-color: #BA61CB;
}
.BgClassName
{
background-color: #BA61CB;
}
</style>
border-color css
<style>
span { border-color: #BA61CB; }
span { border-color: rgb(186,97,203); }
td.TdClassName
{
border-color: #BA61CB;
}
.TagClassName
{
border-color: #BA61CB;
}
</style>