Shades of Medium Orchid #BA5AFB
Tints of Medium Orchid #BA5AFB
RGB
CMYK
RGB Variations
Color information
#BA5AFB (or 0xBA5AFB) is known color: Medium Orchid. HEX triplet: BA, 5A and FB. RGB value is (186,90,251). Sum of RGB (Red+Green+Blue) = 186+90+251=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 90 (35.55% from 255 or 17.08% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA5AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5AFB is #45A504. Grayscale: #888888. Windows color (decimal): -4564229 or 16472762. OLE color: 16472762.
HSL color Cylindrical-coordinate representation of color #BA5AFB: hue angle of 275.78º 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 #BA5AFB is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 90 | 251 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.02 |
| HSL | 275.78º | 0.95% | 0.67% | - |
| HSV(B) | 275.78º | 0.64% | 0.98% | - |
| XYZ | 41.32 | 24.72 | 93.86 | - |
| YUV | 137.06 | 192.3 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 251 | 0.26 | 0.64 | 0 | 0.02 | 275.78 | 0.95 | 0.67 |
| Hex | BA | 5A | FB | 1A | 40 | 0 | 2 | 114 | 5F | 43 |
| Octal | 272 | 132 | 373 | 32 | 100 | 0 | 2 | 424 | 137 | 103 |
| Binary | 10111010 | 1011010 | 11111011 | 11010 | 1000000 | 0 | 10 | 100010100 | 1011111 | 1000011 |
Color Harmonies of #BA5AFB
Complementary color
Monochromatic Colors of #BA5AFB
Black with #BA5AFB
Text Example
Text Example
White with #BA5AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5AFB; }
p { color: rgb(186,90,251); }
H1.HeaderClassName
{
color: #BA5AFB;
}
.AnyTagClassName
{
color: #BA5AFB;
}
</style>
background-color css
<style>
a { background-color: #BA5AFB; }
a { background-color: rgb(186,90,251); }
div.DivClassName
{
background-color: #BA5AFB;
}
.BgClassName
{
background-color: #BA5AFB;
}
</style>
border-color css
<style>
span { border-color: #BA5AFB; }
span { border-color: rgb(186,90,251); }
td.TdClassName
{
border-color: #BA5AFB;
}
.TagClassName
{
border-color: #BA5AFB;
}
</style>