Shades of Medium Orchid #BA55CB
Tints of Medium Orchid #BA55CB
RGB
CMYK
RGB Variations
Color information
#BA55CB (or 0xBA55CB) is known color: Medium Orchid. HEX triplet: BA, 55 and CB. RGB value is (186,85,203). Sum of RGB (Red+Green+Blue) = 186+85+203=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA55CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA55CB is #45AA34. Grayscale: #808080. Windows color (decimal): -4565557 or 13325754. OLE color: 13325754.
HSL color Cylindrical-coordinate representation of color #BA55CB: hue angle of 291.36º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA55CB is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 85 | 203 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.20 |
| HSL | 291.36º | 0.53% | 0.56% | - |
| HSV(B) | 291.36º | 0.58% | 0.8% | - |
| XYZ | 34.28 | 21.25 | 58.79 | - |
| YUV | 128.65 | 169.96 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 203 | 0.08 | 0.58 | 0 | 0.20 | 291.36 | 0.53 | 0.56 |
| Hex | BA | 55 | CB | 8 | 3A | 0 | 14 | 123 | 35 | 38 |
| Octal | 272 | 125 | 313 | 10 | 72 | 0 | 24 | 443 | 65 | 70 |
| Binary | 10111010 | 1010101 | 11001011 | 1000 | 111010 | 0 | 10100 | 100100011 | 110101 | 111000 |
Color Harmonies of #BA55CB
Complementary color
Monochromatic Colors of #BA55CB
Black with #BA55CB
Text Example
Text Example
White with #BA55CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA55CB; }
p { color: rgb(186,85,203); }
H1.HeaderClassName
{
color: #BA55CB;
}
.AnyTagClassName
{
color: #BA55CB;
}
</style>
background-color css
<style>
a { background-color: #BA55CB; }
a { background-color: rgb(186,85,203); }
div.DivClassName
{
background-color: #BA55CB;
}
.BgClassName
{
background-color: #BA55CB;
}
</style>
border-color css
<style>
span { border-color: #BA55CB; }
span { border-color: rgb(186,85,203); }
td.TdClassName
{
border-color: #BA55CB;
}
.TagClassName
{
border-color: #BA55CB;
}
</style>