Shades of Medium Orchid #BA5FCC
Tints of Medium Orchid #BA5FCC
RGB
CMYK
RGB Variations
Color information
#BA5FCC (or 0xBA5FCC) is known color: Medium Orchid. HEX triplet: BA, 5F and CC. RGB value is (186,95,204). Sum of RGB (Red+Green+Blue) = 186+95+204=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA5FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FCC is #45A033. Grayscale: #868686. Windows color (decimal): -4562996 or 13393850. OLE color: 13393850.
HSL color Cylindrical-coordinate representation of color #BA5FCC: hue angle of 290.09º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5FCC is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 95 | 204 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.2 |
| HSL | 290.09º | 0.52% | 0.59% | - |
| HSV(B) | 290.09º | 0.53% | 0.8% | - |
| XYZ | 35.24 | 22.98 | 59.71 | - |
| YUV | 134.64 | 167.15 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 204 | 0.09 | 0.53 | 0 | 0.2 | 290.09 | 0.52 | 0.59 |
| Hex | BA | 5F | CC | 9 | 35 | 0 | 14 | 122 | 34 | 3B |
| Octal | 272 | 137 | 314 | 11 | 65 | 0 | 24 | 442 | 64 | 73 |
| Binary | 10111010 | 1011111 | 11001100 | 1001 | 110101 | 0 | 10100 | 100100010 | 110100 | 111011 |
Color Harmonies of #BA5FCC
Complementary color
Monochromatic Colors of #BA5FCC
Black with #BA5FCC
Text Example
Text Example
White with #BA5FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FCC; }
p { color: rgb(186,95,204); }
H1.HeaderClassName
{
color: #BA5FCC;
}
.AnyTagClassName
{
color: #BA5FCC;
}
</style>
background-color css
<style>
a { background-color: #BA5FCC; }
a { background-color: rgb(186,95,204); }
div.DivClassName
{
background-color: #BA5FCC;
}
.BgClassName
{
background-color: #BA5FCC;
}
</style>
border-color css
<style>
span { border-color: #BA5FCC; }
span { border-color: rgb(186,95,204); }
td.TdClassName
{
border-color: #BA5FCC;
}
.TagClassName
{
border-color: #BA5FCC;
}
</style>