Shades of Medium Orchid #BA65CF
Tints of Medium Orchid #BA65CF
RGB
CMYK
RGB Variations
Color information
#BA65CF (or 0xBA65CF) is known color: Medium Orchid. HEX triplet: BA, 65 and CF. RGB value is (186,101,207). Sum of RGB (Red+Green+Blue) = 186+101+207=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA65CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65CF is #459A30. Grayscale: #8A8A8A. Windows color (decimal): -4561457 or 13591994. OLE color: 13591994.
HSL color Cylindrical-coordinate representation of color #BA65CF: hue angle of 288.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA65CF is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 101 | 207 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.19 |
| HSL | 288.11º | 0.52% | 0.6% | - |
| HSV(B) | 288.11º | 0.51% | 0.81% | - |
| XYZ | 36.17 | 24.25 | 61.81 | - |
| YUV | 138.5 | 166.66 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 207 | 0.10 | 0.51 | 0 | 0.19 | 288.11 | 0.52 | 0.6 |
| Hex | BA | 65 | CF | A | 33 | 0 | 13 | 120 | 34 | 3C |
| Octal | 272 | 145 | 317 | 12 | 63 | 0 | 23 | 440 | 64 | 74 |
| Binary | 10111010 | 1100101 | 11001111 | 1010 | 110011 | 0 | 10011 | 100100000 | 110100 | 111100 |
Color Harmonies of #BA65CF
Complementary color
Monochromatic Colors of #BA65CF
Black with #BA65CF
Text Example
Text Example
White with #BA65CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65CF; }
p { color: rgb(186,101,207); }
H1.HeaderClassName
{
color: #BA65CF;
}
.AnyTagClassName
{
color: #BA65CF;
}
</style>
background-color css
<style>
a { background-color: #BA65CF; }
a { background-color: rgb(186,101,207); }
div.DivClassName
{
background-color: #BA65CF;
}
.BgClassName
{
background-color: #BA65CF;
}
</style>
border-color css
<style>
span { border-color: #BA65CF; }
span { border-color: rgb(186,101,207); }
td.TdClassName
{
border-color: #BA65CF;
}
.TagClassName
{
border-color: #BA65CF;
}
</style>