Shades of Medium Orchid #BA3DFC
Tints of Medium Orchid #BA3DFC
RGB
CMYK
RGB Variations
Color information
#BA3DFC (or 0xBA3DFC) is known color: Medium Orchid. HEX triplet: BA, 3D and FC. RGB value is (186,61,252). Sum of RGB (Red+Green+Blue) = 186+61+252=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 61 (24.22% from 255 or 12.22% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA3DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3DFC is #45C203. Grayscale: #777777. Windows color (decimal): -4571652 or 16530874. OLE color: 16530874.
HSL color Cylindrical-coordinate representation of color #BA3DFC: hue angle of 279.27º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA3DFC is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 61 | 252 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.01 |
| HSL | 279.27º | 0.97% | 0.61% | - |
| HSV(B) | 279.27º | 0.76% | 0.99% | - |
| XYZ | 39.49 | 20.8 | 94.03 | - |
| YUV | 120.15 | 202.41 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 252 | 0.26 | 0.76 | 0 | 0.01 | 279.27 | 0.97 | 0.61 |
| Hex | BA | 3D | FC | 1A | 4C | 0 | 1 | 117 | 61 | 3D |
| Octal | 272 | 75 | 374 | 32 | 114 | 0 | 1 | 427 | 141 | 75 |
| Binary | 10111010 | 111101 | 11111100 | 11010 | 1001100 | 0 | 1 | 100010111 | 1100001 | 111101 |
Color Harmonies of #BA3DFC
Complementary color
Monochromatic Colors of #BA3DFC
Black with #BA3DFC
Text Example
Text Example
White with #BA3DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DFC; }
p { color: rgb(186,61,252); }
H1.HeaderClassName
{
color: #BA3DFC;
}
.AnyTagClassName
{
color: #BA3DFC;
}
</style>
background-color css
<style>
a { background-color: #BA3DFC; }
a { background-color: rgb(186,61,252); }
div.DivClassName
{
background-color: #BA3DFC;
}
.BgClassName
{
background-color: #BA3DFC;
}
</style>
border-color css
<style>
span { border-color: #BA3DFC; }
span { border-color: rgb(186,61,252); }
td.TdClassName
{
border-color: #BA3DFC;
}
.TagClassName
{
border-color: #BA3DFC;
}
</style>