Shades of Medium Orchid #BA69E7
Tints of Medium Orchid #BA69E7
RGB
CMYK
RGB Variations
Color information
#BA69E7 (or 0xBA69E7) is known color: Medium Orchid. HEX triplet: BA, 69 and E7. RGB value is (186,105,231). Sum of RGB (Red+Green+Blue) = 186+105+231=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 231 (90.62% from 255 or 44.25% from 522); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA69E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA69E7 is #459618. Grayscale: #8F8F8F. Windows color (decimal): -4560409 or 15165882. OLE color: 15165882.
HSL color Cylindrical-coordinate representation of color #BA69E7: hue angle of 278.57º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA69E7 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 105 | 231 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.09 |
| HSL | 278.57º | 0.72% | 0.66% | - |
| HSV(B) | 278.57º | 0.55% | 0.91% | - |
| XYZ | 39.73 | 26.31 | 78.59 | - |
| YUV | 143.58 | 177.34 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 231 | 0.19 | 0.55 | 0 | 0.09 | 278.57 | 0.72 | 0.66 |
| Hex | BA | 69 | E7 | 13 | 37 | 0 | 9 | 117 | 48 | 42 |
| Octal | 272 | 151 | 347 | 23 | 67 | 0 | 11 | 427 | 110 | 102 |
| Binary | 10111010 | 1101001 | 11100111 | 10011 | 110111 | 0 | 1001 | 100010111 | 1001000 | 1000010 |
Color Harmonies of #BA69E7
Complementary color
Monochromatic Colors of #BA69E7
Black with #BA69E7
Text Example
Text Example
White with #BA69E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69E7; }
p { color: rgb(186,105,231); }
H1.HeaderClassName
{
color: #BA69E7;
}
.AnyTagClassName
{
color: #BA69E7;
}
</style>
background-color css
<style>
a { background-color: #BA69E7; }
a { background-color: rgb(186,105,231); }
div.DivClassName
{
background-color: #BA69E7;
}
.BgClassName
{
background-color: #BA69E7;
}
</style>
border-color css
<style>
span { border-color: #BA69E7; }
span { border-color: rgb(186,105,231); }
td.TdClassName
{
border-color: #BA69E7;
}
.TagClassName
{
border-color: #BA69E7;
}
</style>