Shades of Medium Orchid #BA6CE4
Tints of Medium Orchid #BA6CE4
RGB
CMYK
RGB Variations
Color information
#BA6CE4 (or 0xBA6CE4) is known color: Medium Orchid. HEX triplet: BA, 6C and E4. RGB value is (186,108,228). Sum of RGB (Red+Green+Blue) = 186+108+228=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 228 (89.45% from 255 or 43.68% from 522); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA6CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CE4 is #45931B. Grayscale: #909090. Windows color (decimal): -4559644 or 14970042. OLE color: 14970042.
HSL color Cylindrical-coordinate representation of color #BA6CE4: hue angle of 279º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA6CE4 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 108 | 228 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.11 |
| HSL | 279º | 0.69% | 0.66% | - |
| HSV(B) | 279º | 0.53% | 0.89% | - |
| XYZ | 39.62 | 26.77 | 76.48 | - |
| YUV | 145 | 174.84 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 228 | 0.18 | 0.53 | 0 | 0.11 | 279 | 0.69 | 0.66 |
| Hex | BA | 6C | E4 | 12 | 35 | 0 | B | 117 | 45 | 42 |
| Octal | 272 | 154 | 344 | 22 | 65 | 0 | 13 | 427 | 105 | 102 |
| Binary | 10111010 | 1101100 | 11100100 | 10010 | 110101 | 0 | 1011 | 100010111 | 1000101 | 1000010 |
Color Harmonies of #BA6CE4
Complementary color
Monochromatic Colors of #BA6CE4
Black with #BA6CE4
Text Example
Text Example
White with #BA6CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CE4; }
p { color: rgb(186,108,228); }
H1.HeaderClassName
{
color: #BA6CE4;
}
.AnyTagClassName
{
color: #BA6CE4;
}
</style>
background-color css
<style>
a { background-color: #BA6CE4; }
a { background-color: rgb(186,108,228); }
div.DivClassName
{
background-color: #BA6CE4;
}
.BgClassName
{
background-color: #BA6CE4;
}
</style>
border-color css
<style>
span { border-color: #BA6CE4; }
span { border-color: rgb(186,108,228); }
td.TdClassName
{
border-color: #BA6CE4;
}
.TagClassName
{
border-color: #BA6CE4;
}
</style>