Shades of Medium Orchid #BA4BCB
Tints of Medium Orchid #BA4BCB
RGB
CMYK
RGB Variations
Color information
#BA4BCB (or 0xBA4BCB) is known color: Medium Orchid. HEX triplet: BA, 4B and CB. RGB value is (186,75,203). Sum of RGB (Red+Green+Blue) = 186+75+203=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA4BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BCB is #45B434. Grayscale: #7A7A7A. Windows color (decimal): -4568117 or 13323194. OLE color: 13323194.
HSL color Cylindrical-coordinate representation of color #BA4BCB: hue angle of 292.03º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4BCB is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 75 | 203 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.20 |
| HSL | 292.03º | 0.55% | 0.55% | - |
| HSV(B) | 292.03º | 0.63% | 0.8% | - |
| XYZ | 33.55 | 19.78 | 58.55 | - |
| YUV | 122.78 | 173.27 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 203 | 0.08 | 0.63 | 0 | 0.20 | 292.03 | 0.55 | 0.55 |
| Hex | BA | 4B | CB | 8 | 3F | 0 | 14 | 124 | 37 | 37 |
| Octal | 272 | 113 | 313 | 10 | 77 | 0 | 24 | 444 | 67 | 67 |
| Binary | 10111010 | 1001011 | 11001011 | 1000 | 111111 | 0 | 10100 | 100100100 | 110111 | 110111 |
Color Harmonies of #BA4BCB
Complementary color
Monochromatic Colors of #BA4BCB
Black with #BA4BCB
Text Example
Text Example
White with #BA4BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BCB; }
p { color: rgb(186,75,203); }
H1.HeaderClassName
{
color: #BA4BCB;
}
.AnyTagClassName
{
color: #BA4BCB;
}
</style>
background-color css
<style>
a { background-color: #BA4BCB; }
a { background-color: rgb(186,75,203); }
div.DivClassName
{
background-color: #BA4BCB;
}
.BgClassName
{
background-color: #BA4BCB;
}
</style>
border-color css
<style>
span { border-color: #BA4BCB; }
span { border-color: rgb(186,75,203); }
td.TdClassName
{
border-color: #BA4BCB;
}
.TagClassName
{
border-color: #BA4BCB;
}
</style>