Shades of Medium Orchid #BA5CFC
Tints of Medium Orchid #BA5CFC
RGB
CMYK
RGB Variations
Color information
#BA5CFC (or 0xBA5CFC) is known color: Medium Orchid. HEX triplet: BA, 5C and FC. RGB value is (186,92,252). Sum of RGB (Red+Green+Blue) = 186+92+252=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 92 (36.33% from 255 or 17.36% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA5CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5CFC is #45A303. Grayscale: #898989. Windows color (decimal): -4563716 or 16538810. OLE color: 16538810.
HSL color Cylindrical-coordinate representation of color #BA5CFC: hue angle of 275.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA5CFC is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 92 | 252 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.01 |
| HSL | 275.25º | 0.96% | 0.67% | - |
| HSV(B) | 275.25º | 0.63% | 0.99% | - |
| XYZ | 41.65 | 25.12 | 94.75 | - |
| YUV | 138.35 | 192.14 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 252 | 0.26 | 0.63 | 0 | 0.01 | 275.25 | 0.96 | 0.67 |
| Hex | BA | 5C | FC | 1A | 3F | 0 | 1 | 113 | 60 | 43 |
| Octal | 272 | 134 | 374 | 32 | 77 | 0 | 1 | 423 | 140 | 103 |
| Binary | 10111010 | 1011100 | 11111100 | 11010 | 111111 | 0 | 1 | 100010011 | 1100000 | 1000011 |
Color Harmonies of #BA5CFC
Complementary color
Monochromatic Colors of #BA5CFC
Black with #BA5CFC
Text Example
Text Example
White with #BA5CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CFC; }
p { color: rgb(186,92,252); }
H1.HeaderClassName
{
color: #BA5CFC;
}
.AnyTagClassName
{
color: #BA5CFC;
}
</style>
background-color css
<style>
a { background-color: #BA5CFC; }
a { background-color: rgb(186,92,252); }
div.DivClassName
{
background-color: #BA5CFC;
}
.BgClassName
{
background-color: #BA5CFC;
}
</style>
border-color css
<style>
span { border-color: #BA5CFC; }
span { border-color: rgb(186,92,252); }
td.TdClassName
{
border-color: #BA5CFC;
}
.TagClassName
{
border-color: #BA5CFC;
}
</style>