Shades of Medium Orchid #BA4BD5
Tints of Medium Orchid #BA4BD5
RGB
CMYK
RGB Variations
Color information
#BA4BD5 (or 0xBA4BD5) is known color: Medium Orchid. HEX triplet: BA, 4B and D5. RGB value is (186,75,213). Sum of RGB (Red+Green+Blue) = 186+75+213=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA4BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BD5 is #45B42A. Grayscale: #7B7B7B. Windows color (decimal): -4568107 or 13978554. OLE color: 13978554.
HSL color Cylindrical-coordinate representation of color #BA4BD5: hue angle of 288.26º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4BD5 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 75 | 213 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.16 |
| HSL | 288.26º | 0.62% | 0.56% | - |
| HSV(B) | 288.26º | 0.65% | 0.84% | - |
| XYZ | 34.78 | 20.28 | 65.03 | - |
| YUV | 123.92 | 178.27 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 213 | 0.13 | 0.65 | 0 | 0.16 | 288.26 | 0.62 | 0.56 |
| Hex | BA | 4B | D5 | D | 41 | 0 | 10 | 120 | 3E | 38 |
| Octal | 272 | 113 | 325 | 15 | 101 | 0 | 20 | 440 | 76 | 70 |
| Binary | 10111010 | 1001011 | 11010101 | 1101 | 1000001 | 0 | 10000 | 100100000 | 111110 | 111000 |
Color Harmonies of #BA4BD5
Complementary color
Monochromatic Colors of #BA4BD5
Black with #BA4BD5
Text Example
Text Example
White with #BA4BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BD5; }
p { color: rgb(186,75,213); }
H1.HeaderClassName
{
color: #BA4BD5;
}
.AnyTagClassName
{
color: #BA4BD5;
}
</style>
background-color css
<style>
a { background-color: #BA4BD5; }
a { background-color: rgb(186,75,213); }
div.DivClassName
{
background-color: #BA4BD5;
}
.BgClassName
{
background-color: #BA4BD5;
}
</style>
border-color css
<style>
span { border-color: #BA4BD5; }
span { border-color: rgb(186,75,213); }
td.TdClassName
{
border-color: #BA4BD5;
}
.TagClassName
{
border-color: #BA4BD5;
}
</style>