Shades of Medium Orchid #BA4FF2
Tints of Medium Orchid #BA4FF2
RGB
CMYK
RGB Variations
Color information
#BA4FF2 (or 0xBA4FF2) is known color: Medium Orchid. HEX triplet: BA, 4F and F2. RGB value is (186,79,242). Sum of RGB (Red+Green+Blue) = 186+79+242=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA4FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4FF2 is #45B00D. Grayscale: #818181. Windows color (decimal): -4567054 or 15880122. OLE color: 15880122.
HSL color Cylindrical-coordinate representation of color #BA4FF2: hue angle of 279.39º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA4FF2 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 79 | 242 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.05 |
| HSL | 279.39º | 0.86% | 0.63% | - |
| HSV(B) | 279.39º | 0.67% | 0.95% | - |
| XYZ | 39.07 | 22.44 | 86.28 | - |
| YUV | 129.58 | 191.45 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 242 | 0.23 | 0.67 | 0 | 0.05 | 279.39 | 0.86 | 0.63 |
| Hex | BA | 4F | F2 | 17 | 43 | 0 | 5 | 117 | 56 | 3F |
| Octal | 272 | 117 | 362 | 27 | 103 | 0 | 5 | 427 | 126 | 77 |
| Binary | 10111010 | 1001111 | 11110010 | 10111 | 1000011 | 0 | 101 | 100010111 | 1010110 | 111111 |
Color Harmonies of #BA4FF2
Complementary color
Monochromatic Colors of #BA4FF2
Black with #BA4FF2
Text Example
Text Example
White with #BA4FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4FF2; }
p { color: rgb(186,79,242); }
H1.HeaderClassName
{
color: #BA4FF2;
}
.AnyTagClassName
{
color: #BA4FF2;
}
</style>
background-color css
<style>
a { background-color: #BA4FF2; }
a { background-color: rgb(186,79,242); }
div.DivClassName
{
background-color: #BA4FF2;
}
.BgClassName
{
background-color: #BA4FF2;
}
</style>
border-color css
<style>
span { border-color: #BA4FF2; }
span { border-color: rgb(186,79,242); }
td.TdClassName
{
border-color: #BA4FF2;
}
.TagClassName
{
border-color: #BA4FF2;
}
</style>