Shades of Medium Orchid #BA65CE
Tints of Medium Orchid #BA65CE
RGB
CMYK
RGB Variations
Color information
#BA65CE (or 0xBA65CE) is known color: Medium Orchid. HEX triplet: BA, 65 and CE. RGB value is (186,101,206). Sum of RGB (Red+Green+Blue) = 186+101+206=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA65CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65CE is #459A31. Grayscale: #8A8A8A. Windows color (decimal): -4561458 or 13526458. OLE color: 13526458.
HSL color Cylindrical-coordinate representation of color #BA65CE: hue angle of 288.57º 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 #BA65CE is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 101 | 206 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.19 |
| HSL | 288.57º | 0.52% | 0.6% | - |
| HSV(B) | 288.57º | 0.51% | 0.81% | - |
| XYZ | 36.04 | 24.2 | 61.16 | - |
| YUV | 138.39 | 166.16 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 206 | 0.10 | 0.51 | 0 | 0.19 | 288.57 | 0.52 | 0.6 |
| Hex | BA | 65 | CE | A | 33 | 0 | 13 | 121 | 34 | 3C |
| Octal | 272 | 145 | 316 | 12 | 63 | 0 | 23 | 441 | 64 | 74 |
| Binary | 10111010 | 1100101 | 11001110 | 1010 | 110011 | 0 | 10011 | 100100001 | 110100 | 111100 |
Color Harmonies of #BA65CE
Complementary color
Monochromatic Colors of #BA65CE
Black with #BA65CE
Text Example
Text Example
White with #BA65CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65CE; }
p { color: rgb(186,101,206); }
H1.HeaderClassName
{
color: #BA65CE;
}
.AnyTagClassName
{
color: #BA65CE;
}
</style>
background-color css
<style>
a { background-color: #BA65CE; }
a { background-color: rgb(186,101,206); }
div.DivClassName
{
background-color: #BA65CE;
}
.BgClassName
{
background-color: #BA65CE;
}
</style>
border-color css
<style>
span { border-color: #BA65CE; }
span { border-color: rgb(186,101,206); }
td.TdClassName
{
border-color: #BA65CE;
}
.TagClassName
{
border-color: #BA65CE;
}
</style>