Shades of Medium Orchid #BA6CEA
Tints of Medium Orchid #BA6CEA
RGB
CMYK
RGB Variations
Color information
#BA6CEA (or 0xBA6CEA) is known color: Medium Orchid. HEX triplet: BA, 6C and EA. RGB value is (186,108,234). Sum of RGB (Red+Green+Blue) = 186+108+234=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA6CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6CEA is #459315. Grayscale: #919191. Windows color (decimal): -4559638 or 15363258. OLE color: 15363258.
HSL color Cylindrical-coordinate representation of color #BA6CEA: hue angle of 277.14º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA6CEA is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 108 | 234 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.08 |
| HSL | 277.14º | 0.75% | 0.67% | - |
| HSV(B) | 277.14º | 0.54% | 0.92% | - |
| XYZ | 40.46 | 27.1 | 80.94 | - |
| YUV | 145.69 | 177.84 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 234 | 0.21 | 0.54 | 0 | 0.08 | 277.14 | 0.75 | 0.67 |
| Hex | BA | 6C | EA | 15 | 36 | 0 | 8 | 115 | 4B | 43 |
| Octal | 272 | 154 | 352 | 25 | 66 | 0 | 10 | 425 | 113 | 103 |
| Binary | 10111010 | 1101100 | 11101010 | 10101 | 110110 | 0 | 1000 | 100010101 | 1001011 | 1000011 |
Color Harmonies of #BA6CEA
Complementary color
Monochromatic Colors of #BA6CEA
Black with #BA6CEA
Text Example
Text Example
White with #BA6CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CEA; }
p { color: rgb(186,108,234); }
H1.HeaderClassName
{
color: #BA6CEA;
}
.AnyTagClassName
{
color: #BA6CEA;
}
</style>
background-color css
<style>
a { background-color: #BA6CEA; }
a { background-color: rgb(186,108,234); }
div.DivClassName
{
background-color: #BA6CEA;
}
.BgClassName
{
background-color: #BA6CEA;
}
</style>
border-color css
<style>
span { border-color: #BA6CEA; }
span { border-color: rgb(186,108,234); }
td.TdClassName
{
border-color: #BA6CEA;
}
.TagClassName
{
border-color: #BA6CEA;
}
</style>