Shades of Medium Orchid #BA50CF
Tints of Medium Orchid #BA50CF
RGB
CMYK
RGB Variations
Color information
#BA50CF (or 0xBA50CF) is known color: Medium Orchid. HEX triplet: BA, 50 and CF. RGB value is (186,80,207). Sum of RGB (Red+Green+Blue) = 186+80+207=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA50CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50CF is #45AF30. Grayscale: #7D7D7D. Windows color (decimal): -4566833 or 13586618. OLE color: 13586618.
HSL color Cylindrical-coordinate representation of color #BA50CF: hue angle of 290.08º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA50CF is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 80 | 207 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.19 |
| HSL | 290.08º | 0.57% | 0.56% | - |
| HSV(B) | 290.08º | 0.61% | 0.81% | - |
| XYZ | 34.38 | 20.68 | 61.21 | - |
| YUV | 126.17 | 173.62 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 207 | 0.10 | 0.61 | 0 | 0.19 | 290.08 | 0.57 | 0.56 |
| Hex | BA | 50 | CF | A | 3D | 0 | 13 | 122 | 39 | 38 |
| Octal | 272 | 120 | 317 | 12 | 75 | 0 | 23 | 442 | 71 | 70 |
| Binary | 10111010 | 1010000 | 11001111 | 1010 | 111101 | 0 | 10011 | 100100010 | 111001 | 111000 |
Color Harmonies of #BA50CF
Complementary color
Monochromatic Colors of #BA50CF
Black with #BA50CF
Text Example
Text Example
White with #BA50CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50CF; }
p { color: rgb(186,80,207); }
H1.HeaderClassName
{
color: #BA50CF;
}
.AnyTagClassName
{
color: #BA50CF;
}
</style>
background-color css
<style>
a { background-color: #BA50CF; }
a { background-color: rgb(186,80,207); }
div.DivClassName
{
background-color: #BA50CF;
}
.BgClassName
{
background-color: #BA50CF;
}
</style>
border-color css
<style>
span { border-color: #BA50CF; }
span { border-color: rgb(186,80,207); }
td.TdClassName
{
border-color: #BA50CF;
}
.TagClassName
{
border-color: #BA50CF;
}
</style>