Shades of Medium Orchid #BA4BF4
Tints of Medium Orchid #BA4BF4
RGB
CMYK
RGB Variations
Color information
#BA4BF4 (or 0xBA4BF4) is known color: Medium Orchid. HEX triplet: BA, 4B and F4. RGB value is (186,75,244). Sum of RGB (Red+Green+Blue) = 186+75+244=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 244 (95.70% from 255 or 48.32% from 505); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA4BF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4BF4 is #45B40B. Grayscale: #7E7E7E. Windows color (decimal): -4568076 or 16010170. OLE color: 16010170.
HSL color Cylindrical-coordinate representation of color #BA4BF4: hue angle of 279.41º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA4BF4 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 75 | 244 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.04 |
| HSL | 279.41º | 0.88% | 0.63% | - |
| HSV(B) | 279.41º | 0.69% | 0.96% | - |
| XYZ | 39.09 | 22 | 87.77 | - |
| YUV | 127.46 | 193.77 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 244 | 0.24 | 0.69 | 0 | 0.04 | 279.41 | 0.88 | 0.63 |
| Hex | BA | 4B | F4 | 18 | 45 | 0 | 4 | 117 | 58 | 3F |
| Octal | 272 | 113 | 364 | 30 | 105 | 0 | 4 | 427 | 130 | 77 |
| Binary | 10111010 | 1001011 | 11110100 | 11000 | 1000101 | 0 | 100 | 100010111 | 1011000 | 111111 |
Color Harmonies of #BA4BF4
Complementary color
Monochromatic Colors of #BA4BF4
Black with #BA4BF4
Text Example
Text Example
White with #BA4BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BF4; }
p { color: rgb(186,75,244); }
H1.HeaderClassName
{
color: #BA4BF4;
}
.AnyTagClassName
{
color: #BA4BF4;
}
</style>
background-color css
<style>
a { background-color: #BA4BF4; }
a { background-color: rgb(186,75,244); }
div.DivClassName
{
background-color: #BA4BF4;
}
.BgClassName
{
background-color: #BA4BF4;
}
</style>
border-color css
<style>
span { border-color: #BA4BF4; }
span { border-color: rgb(186,75,244); }
td.TdClassName
{
border-color: #BA4BF4;
}
.TagClassName
{
border-color: #BA4BF4;
}
</style>