Shades of Medium Orchid #BA4FFD
Tints of Medium Orchid #BA4FFD
RGB
CMYK
RGB Variations
Color information
#BA4FFD (or 0xBA4FFD) is known color: Medium Orchid. HEX triplet: BA, 4F and FD. RGB value is (186,79,253). Sum of RGB (Red+Green+Blue) = 186+79+253=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 79 (31.25% from 255 or 15.25% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA4FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4FFD is #45B002. Grayscale: #828282. Windows color (decimal): -4567043 or 16601018. OLE color: 16601018.
HSL color Cylindrical-coordinate representation of color #BA4FFD: hue angle of 276.9º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA4FFD is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 79 | 253 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.01 |
| HSL | 276.9º | 0.98% | 0.65% | - |
| HSV(B) | 276.9º | 0.69% | 0.99% | - |
| XYZ | 40.78 | 23.12 | 95.24 | - |
| YUV | 130.83 | 196.95 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 253 | 0.26 | 0.69 | 0 | 0.01 | 276.9 | 0.98 | 0.65 |
| Hex | BA | 4F | FD | 1A | 45 | 0 | 1 | 115 | 62 | 41 |
| Octal | 272 | 117 | 375 | 32 | 105 | 0 | 1 | 425 | 142 | 101 |
| Binary | 10111010 | 1001111 | 11111101 | 11010 | 1000101 | 0 | 1 | 100010101 | 1100010 | 1000001 |
Color Harmonies of #BA4FFD
Complementary color
Monochromatic Colors of #BA4FFD
Black with #BA4FFD
Text Example
Text Example
White with #BA4FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4FFD; }
p { color: rgb(186,79,253); }
H1.HeaderClassName
{
color: #BA4FFD;
}
.AnyTagClassName
{
color: #BA4FFD;
}
</style>
background-color css
<style>
a { background-color: #BA4FFD; }
a { background-color: rgb(186,79,253); }
div.DivClassName
{
background-color: #BA4FFD;
}
.BgClassName
{
background-color: #BA4FFD;
}
</style>
border-color css
<style>
span { border-color: #BA4FFD; }
span { border-color: rgb(186,79,253); }
td.TdClassName
{
border-color: #BA4FFD;
}
.TagClassName
{
border-color: #BA4FFD;
}
</style>