Shades of Medium Orchid #BA69F2
Tints of Medium Orchid #BA69F2
RGB
CMYK
RGB Variations
Color information
#BA69F2 (or 0xBA69F2) is known color: Medium Orchid. HEX triplet: BA, 69 and F2. RGB value is (186,105,242). Sum of RGB (Red+Green+Blue) = 186+105+242=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA69F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA69F2 is #45960D. Grayscale: #909090. Windows color (decimal): -4560398 or 15886778. OLE color: 15886778.
HSL color Cylindrical-coordinate representation of color #BA69F2: hue angle of 275.47º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA69F2 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 105 | 242 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.05 |
| HSL | 275.47º | 0.84% | 0.68% | - |
| HSV(B) | 275.47º | 0.57% | 0.95% | - |
| XYZ | 41.33 | 26.95 | 87.03 | - |
| YUV | 144.84 | 182.84 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 242 | 0.23 | 0.57 | 0 | 0.05 | 275.47 | 0.84 | 0.68 |
| Hex | BA | 69 | F2 | 17 | 39 | 0 | 5 | 113 | 54 | 44 |
| Octal | 272 | 151 | 362 | 27 | 71 | 0 | 5 | 423 | 124 | 104 |
| Binary | 10111010 | 1101001 | 11110010 | 10111 | 111001 | 0 | 101 | 100010011 | 1010100 | 1000100 |
Color Harmonies of #BA69F2
Complementary color
Monochromatic Colors of #BA69F2
Black with #BA69F2
Text Example
Text Example
White with #BA69F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69F2; }
p { color: rgb(186,105,242); }
H1.HeaderClassName
{
color: #BA69F2;
}
.AnyTagClassName
{
color: #BA69F2;
}
</style>
background-color css
<style>
a { background-color: #BA69F2; }
a { background-color: rgb(186,105,242); }
div.DivClassName
{
background-color: #BA69F2;
}
.BgClassName
{
background-color: #BA69F2;
}
</style>
border-color css
<style>
span { border-color: #BA69F2; }
span { border-color: rgb(186,105,242); }
td.TdClassName
{
border-color: #BA69F2;
}
.TagClassName
{
border-color: #BA69F2;
}
</style>