Shades of Medium Orchid #BA4DCE
Tints of Medium Orchid #BA4DCE
RGB
CMYK
RGB Variations
Color information
#BA4DCE (or 0xBA4DCE) is known color: Medium Orchid. HEX triplet: BA, 4D and CE. RGB value is (186,77,206). Sum of RGB (Red+Green+Blue) = 186+77+206=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA4DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DCE is #45B231. Grayscale: #7B7B7B. Windows color (decimal): -4567602 or 13520314. OLE color: 13520314.
HSL color Cylindrical-coordinate representation of color #BA4DCE: hue angle of 290.7º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4DCE is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 77 | 206 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.19 |
| HSL | 290.7º | 0.57% | 0.55% | - |
| HSV(B) | 290.7º | 0.63% | 0.81% | - |
| XYZ | 34.04 | 20.2 | 60.5 | - |
| YUV | 124.3 | 174.11 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 206 | 0.10 | 0.63 | 0 | 0.19 | 290.7 | 0.57 | 0.55 |
| Hex | BA | 4D | CE | A | 3F | 0 | 13 | 123 | 39 | 37 |
| Octal | 272 | 115 | 316 | 12 | 77 | 0 | 23 | 443 | 71 | 67 |
| Binary | 10111010 | 1001101 | 11001110 | 1010 | 111111 | 0 | 10011 | 100100011 | 111001 | 110111 |
Color Harmonies of #BA4DCE
Complementary color
Monochromatic Colors of #BA4DCE
Black with #BA4DCE
Text Example
Text Example
White with #BA4DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DCE; }
p { color: rgb(186,77,206); }
H1.HeaderClassName
{
color: #BA4DCE;
}
.AnyTagClassName
{
color: #BA4DCE;
}
</style>
background-color css
<style>
a { background-color: #BA4DCE; }
a { background-color: rgb(186,77,206); }
div.DivClassName
{
background-color: #BA4DCE;
}
.BgClassName
{
background-color: #BA4DCE;
}
</style>
border-color css
<style>
span { border-color: #BA4DCE; }
span { border-color: rgb(186,77,206); }
td.TdClassName
{
border-color: #BA4DCE;
}
.TagClassName
{
border-color: #BA4DCE;
}
</style>