Shades of Medium Orchid #BA65D6
Tints of Medium Orchid #BA65D6
RGB
CMYK
RGB Variations
Color information
#BA65D6 (or 0xBA65D6) is known color: Medium Orchid. HEX triplet: BA, 65 and D6. RGB value is (186,101,214). Sum of RGB (Red+Green+Blue) = 186+101+214=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA65D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65D6 is #459A29. Grayscale: #8A8A8A. Windows color (decimal): -4561450 or 14050746. OLE color: 14050746.
HSL color Cylindrical-coordinate representation of color #BA65D6: hue angle of 285.13º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA65D6 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 101 | 214 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.16 |
| HSL | 285.13º | 0.58% | 0.62% | - |
| HSV(B) | 285.13º | 0.53% | 0.84% | - |
| XYZ | 37.04 | 24.6 | 66.41 | - |
| YUV | 139.3 | 170.16 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 214 | 0.13 | 0.53 | 0 | 0.16 | 285.13 | 0.58 | 0.62 |
| Hex | BA | 65 | D6 | D | 35 | 0 | 10 | 11D | 3A | 3E |
| Octal | 272 | 145 | 326 | 15 | 65 | 0 | 20 | 435 | 72 | 76 |
| Binary | 10111010 | 1100101 | 11010110 | 1101 | 110101 | 0 | 10000 | 100011101 | 111010 | 111110 |
Color Harmonies of #BA65D6
Complementary color
Monochromatic Colors of #BA65D6
Black with #BA65D6
Text Example
Text Example
White with #BA65D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65D6; }
p { color: rgb(186,101,214); }
H1.HeaderClassName
{
color: #BA65D6;
}
.AnyTagClassName
{
color: #BA65D6;
}
</style>
background-color css
<style>
a { background-color: #BA65D6; }
a { background-color: rgb(186,101,214); }
div.DivClassName
{
background-color: #BA65D6;
}
.BgClassName
{
background-color: #BA65D6;
}
</style>
border-color css
<style>
span { border-color: #BA65D6; }
span { border-color: rgb(186,101,214); }
td.TdClassName
{
border-color: #BA65D6;
}
.TagClassName
{
border-color: #BA65D6;
}
</style>