Shades of Medium Orchid #BA52FB
Tints of Medium Orchid #BA52FB
RGB
CMYK
RGB Variations
Color information
#BA52FB (or 0xBA52FB) is known color: Medium Orchid. HEX triplet: BA, 52 and FB. RGB value is (186,82,251). Sum of RGB (Red+Green+Blue) = 186+82+251=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 82 (32.42% from 255 or 15.80% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA52FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA52FB is #45AD04. Grayscale: #838383. Windows color (decimal): -4566277 or 16470714. OLE color: 16470714.
HSL color Cylindrical-coordinate representation of color #BA52FB: hue angle of 276.92º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA52FB is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 82 | 251 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.02 |
| HSL | 276.92º | 0.95% | 0.65% | - |
| HSV(B) | 276.92º | 0.67% | 0.98% | - |
| XYZ | 40.68 | 23.44 | 93.65 | - |
| YUV | 132.36 | 194.96 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 251 | 0.26 | 0.67 | 0 | 0.02 | 276.92 | 0.95 | 0.65 |
| Hex | BA | 52 | FB | 1A | 43 | 0 | 2 | 115 | 5F | 41 |
| Octal | 272 | 122 | 373 | 32 | 103 | 0 | 2 | 425 | 137 | 101 |
| Binary | 10111010 | 1010010 | 11111011 | 11010 | 1000011 | 0 | 10 | 100010101 | 1011111 | 1000001 |
Color Harmonies of #BA52FB
Complementary color
Monochromatic Colors of #BA52FB
Black with #BA52FB
Text Example
Text Example
White with #BA52FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52FB; }
p { color: rgb(186,82,251); }
H1.HeaderClassName
{
color: #BA52FB;
}
.AnyTagClassName
{
color: #BA52FB;
}
</style>
background-color css
<style>
a { background-color: #BA52FB; }
a { background-color: rgb(186,82,251); }
div.DivClassName
{
background-color: #BA52FB;
}
.BgClassName
{
background-color: #BA52FB;
}
</style>
border-color css
<style>
span { border-color: #BA52FB; }
span { border-color: rgb(186,82,251); }
td.TdClassName
{
border-color: #BA52FB;
}
.TagClassName
{
border-color: #BA52FB;
}
</style>