Shades of Medium Orchid #BA5FCB
Tints of Medium Orchid #BA5FCB
RGB
CMYK
RGB Variations
Color information
#BA5FCB (or 0xBA5FCB) is known color: Medium Orchid. HEX triplet: BA, 5F and CB. RGB value is (186,95,203). Sum of RGB (Red+Green+Blue) = 186+95+203=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA5FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FCB is #45A034. Grayscale: #868686. Windows color (decimal): -4562997 or 13328314. OLE color: 13328314.
HSL color Cylindrical-coordinate representation of color #BA5FCB: hue angle of 290.56º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5FCB is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 95 | 203 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.20 |
| HSL | 290.56º | 0.51% | 0.58% | - |
| HSV(B) | 290.56º | 0.53% | 0.8% | - |
| XYZ | 35.12 | 22.94 | 59.08 | - |
| YUV | 134.52 | 166.65 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 203 | 0.08 | 0.53 | 0 | 0.20 | 290.56 | 0.51 | 0.58 |
| Hex | BA | 5F | CB | 8 | 35 | 0 | 14 | 123 | 33 | 3A |
| Octal | 272 | 137 | 313 | 10 | 65 | 0 | 24 | 443 | 63 | 72 |
| Binary | 10111010 | 1011111 | 11001011 | 1000 | 110101 | 0 | 10100 | 100100011 | 110011 | 111010 |
Color Harmonies of #BA5FCB
Complementary color
Monochromatic Colors of #BA5FCB
Black with #BA5FCB
Text Example
Text Example
White with #BA5FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FCB; }
p { color: rgb(186,95,203); }
H1.HeaderClassName
{
color: #BA5FCB;
}
.AnyTagClassName
{
color: #BA5FCB;
}
</style>
background-color css
<style>
a { background-color: #BA5FCB; }
a { background-color: rgb(186,95,203); }
div.DivClassName
{
background-color: #BA5FCB;
}
.BgClassName
{
background-color: #BA5FCB;
}
</style>
border-color css
<style>
span { border-color: #BA5FCB; }
span { border-color: rgb(186,95,203); }
td.TdClassName
{
border-color: #BA5FCB;
}
.TagClassName
{
border-color: #BA5FCB;
}
</style>