Shades of Medium Orchid #BA66CF
Tints of Medium Orchid #BA66CF
RGB
CMYK
RGB Variations
Color information
#BA66CF (or 0xBA66CF) is known color: Medium Orchid. HEX triplet: BA, 66 and CF. RGB value is (186,102,207). Sum of RGB (Red+Green+Blue) = 186+102+207=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA66CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66CF is #459930. Grayscale: #8A8A8A. Windows color (decimal): -4561201 or 13592250. OLE color: 13592250.
HSL color Cylindrical-coordinate representation of color #BA66CF: hue angle of 288º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA66CF is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 102 | 207 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.19 |
| HSL | 288º | 0.52% | 0.61% | - |
| HSV(B) | 288º | 0.51% | 0.81% | - |
| XYZ | 36.26 | 24.45 | 61.84 | - |
| YUV | 139.09 | 166.33 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 207 | 0.10 | 0.51 | 0 | 0.19 | 288 | 0.52 | 0.61 |
| Hex | BA | 66 | CF | A | 33 | 0 | 13 | 120 | 34 | 3D |
| Octal | 272 | 146 | 317 | 12 | 63 | 0 | 23 | 440 | 64 | 75 |
| Binary | 10111010 | 1100110 | 11001111 | 1010 | 110011 | 0 | 10011 | 100100000 | 110100 | 111101 |
Color Harmonies of #BA66CF
Complementary color
Monochromatic Colors of #BA66CF
Black with #BA66CF
Text Example
Text Example
White with #BA66CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA66CF; }
p { color: rgb(186,102,207); }
H1.HeaderClassName
{
color: #BA66CF;
}
.AnyTagClassName
{
color: #BA66CF;
}
</style>
background-color css
<style>
a { background-color: #BA66CF; }
a { background-color: rgb(186,102,207); }
div.DivClassName
{
background-color: #BA66CF;
}
.BgClassName
{
background-color: #BA66CF;
}
</style>
border-color css
<style>
span { border-color: #BA66CF; }
span { border-color: rgb(186,102,207); }
td.TdClassName
{
border-color: #BA66CF;
}
.TagClassName
{
border-color: #BA66CF;
}
</style>