Shades of Medium Orchid #BA5BFB
Tints of Medium Orchid #BA5BFB
RGB
CMYK
RGB Variations
Color information
#BA5BFB (or 0xBA5BFB) is known color: Medium Orchid. HEX triplet: BA, 5B and FB. RGB value is (186,91,251). Sum of RGB (Red+Green+Blue) = 186+91+251=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 91 (35.94% from 255 or 17.23% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA5BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5BFB is #45A404. Grayscale: #898989. Windows color (decimal): -4563973 or 16473018. OLE color: 16473018.
HSL color Cylindrical-coordinate representation of color #BA5BFB: hue angle of 275.62º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA5BFB is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 91 | 251 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.02 |
| HSL | 275.63º | 0.95% | 0.67% | - |
| HSV(B) | 275.63º | 0.64% | 0.98% | - |
| XYZ | 41.4 | 24.89 | 93.89 | - |
| YUV | 137.65 | 191.97 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 251 | 0.26 | 0.64 | 0 | 0.02 | 275.63 | 0.95 | 0.67 |
| Hex | BA | 5B | FB | 1A | 40 | 0 | 2 | 114 | 5F | 43 |
| Octal | 272 | 133 | 373 | 32 | 100 | 0 | 2 | 424 | 137 | 103 |
| Binary | 10111010 | 1011011 | 11111011 | 11010 | 1000000 | 0 | 10 | 100010100 | 1011111 | 1000011 |
Color Harmonies of #BA5BFB
Complementary color
Monochromatic Colors of #BA5BFB
Black with #BA5BFB
Text Example
Text Example
White with #BA5BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BFB; }
p { color: rgb(186,91,251); }
H1.HeaderClassName
{
color: #BA5BFB;
}
.AnyTagClassName
{
color: #BA5BFB;
}
</style>
background-color css
<style>
a { background-color: #BA5BFB; }
a { background-color: rgb(186,91,251); }
div.DivClassName
{
background-color: #BA5BFB;
}
.BgClassName
{
background-color: #BA5BFB;
}
</style>
border-color css
<style>
span { border-color: #BA5BFB; }
span { border-color: rgb(186,91,251); }
td.TdClassName
{
border-color: #BA5BFB;
}
.TagClassName
{
border-color: #BA5BFB;
}
</style>