Shades of Medium Orchid #BA65D0
Tints of Medium Orchid #BA65D0
RGB
CMYK
RGB Variations
Color information
#BA65D0 (or 0xBA65D0) is known color: Medium Orchid. HEX triplet: BA, 65 and D0. RGB value is (186,101,208). Sum of RGB (Red+Green+Blue) = 186+101+208=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA65D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65D0 is #459A2F. Grayscale: #8A8A8A. Windows color (decimal): -4561456 or 13657530. OLE color: 13657530.
HSL color Cylindrical-coordinate representation of color #BA65D0: hue angle of 287.66º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA65D0 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 101 | 208 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.18 |
| HSL | 287.66º | 0.53% | 0.61% | - |
| HSV(B) | 287.66º | 0.51% | 0.82% | - |
| XYZ | 36.29 | 24.3 | 62.45 | - |
| YUV | 138.61 | 167.16 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 208 | 0.11 | 0.51 | 0 | 0.18 | 287.66 | 0.53 | 0.61 |
| Hex | BA | 65 | D0 | B | 33 | 0 | 12 | 120 | 35 | 3D |
| Octal | 272 | 145 | 320 | 13 | 63 | 0 | 22 | 440 | 65 | 75 |
| Binary | 10111010 | 1100101 | 11010000 | 1011 | 110011 | 0 | 10010 | 100100000 | 110101 | 111101 |
Color Harmonies of #BA65D0
Complementary color
Monochromatic Colors of #BA65D0
Black with #BA65D0
Text Example
Text Example
White with #BA65D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65D0; }
p { color: rgb(186,101,208); }
H1.HeaderClassName
{
color: #BA65D0;
}
.AnyTagClassName
{
color: #BA65D0;
}
</style>
background-color css
<style>
a { background-color: #BA65D0; }
a { background-color: rgb(186,101,208); }
div.DivClassName
{
background-color: #BA65D0;
}
.BgClassName
{
background-color: #BA65D0;
}
</style>
border-color css
<style>
span { border-color: #BA65D0; }
span { border-color: rgb(186,101,208); }
td.TdClassName
{
border-color: #BA65D0;
}
.TagClassName
{
border-color: #BA65D0;
}
</style>