Shades of Medium Orchid #BA66F4
Tints of Medium Orchid #BA66F4
RGB
CMYK
RGB Variations
Color information
#BA66F4 (or 0xBA66F4) is known color: Medium Orchid. HEX triplet: BA, 66 and F4. RGB value is (186,102,244). Sum of RGB (Red+Green+Blue) = 186+102+244=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 102 (40.23% from 255 or 19.17% from 532); Blue value is 244 (95.70% from 255 or 45.86% from 532); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA66F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA66F4 is #45990B. Grayscale: #8E8E8E. Windows color (decimal): -4561164 or 16017082. OLE color: 16017082.
HSL color Cylindrical-coordinate representation of color #BA66F4: hue angle of 275.49º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA66F4 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 102 | 244 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.04 |
| HSL | 275.49º | 0.87% | 0.68% | - |
| HSV(B) | 275.49º | 0.58% | 0.96% | - |
| XYZ | 41.33 | 26.47 | 88.52 | - |
| YUV | 143.3 | 184.83 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 244 | 0.24 | 0.58 | 0 | 0.04 | 275.49 | 0.87 | 0.68 |
| Hex | BA | 66 | F4 | 18 | 3A | 0 | 4 | 113 | 57 | 44 |
| Octal | 272 | 146 | 364 | 30 | 72 | 0 | 4 | 423 | 127 | 104 |
| Binary | 10111010 | 1100110 | 11110100 | 11000 | 111010 | 0 | 100 | 100010011 | 1010111 | 1000100 |
Color Harmonies of #BA66F4
Complementary color
Monochromatic Colors of #BA66F4
Black with #BA66F4
Text Example
Text Example
White with #BA66F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA66F4; }
p { color: rgb(186,102,244); }
H1.HeaderClassName
{
color: #BA66F4;
}
.AnyTagClassName
{
color: #BA66F4;
}
</style>
background-color css
<style>
a { background-color: #BA66F4; }
a { background-color: rgb(186,102,244); }
div.DivClassName
{
background-color: #BA66F4;
}
.BgClassName
{
background-color: #BA66F4;
}
</style>
border-color css
<style>
span { border-color: #BA66F4; }
span { border-color: rgb(186,102,244); }
td.TdClassName
{
border-color: #BA66F4;
}
.TagClassName
{
border-color: #BA66F4;
}
</style>