Shades of Medium Orchid #BA67C9
Tints of Medium Orchid #BA67C9
RGB
CMYK
RGB Variations
Color information
#BA67C9 (or 0xBA67C9) is known color: Medium Orchid. HEX triplet: BA, 67 and C9. RGB value is (186,103,201). Sum of RGB (Red+Green+Blue) = 186+103+201=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA67C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67C9 is #459836. Grayscale: #8A8A8A. Windows color (decimal): -4560951 or 13199290. OLE color: 13199290.
HSL color Cylindrical-coordinate representation of color #BA67C9: hue angle of 290.82º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA67C9 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 103 | 201 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.21 |
| HSL | 290.82º | 0.48% | 0.6% | - |
| HSV(B) | 290.82º | 0.49% | 0.79% | - |
| XYZ | 35.64 | 24.36 | 58.08 | - |
| YUV | 138.99 | 163 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 201 | 0.07 | 0.49 | 0 | 0.21 | 290.82 | 0.48 | 0.6 |
| Hex | BA | 67 | C9 | 7 | 31 | 0 | 15 | 123 | 30 | 3C |
| Octal | 272 | 147 | 311 | 7 | 61 | 0 | 25 | 443 | 60 | 74 |
| Binary | 10111010 | 1100111 | 11001001 | 111 | 110001 | 0 | 10101 | 100100011 | 110000 | 111100 |
Color Harmonies of #BA67C9
Complementary color
Monochromatic Colors of #BA67C9
Black with #BA67C9
Text Example
Text Example
White with #BA67C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67C9; }
p { color: rgb(186,103,201); }
H1.HeaderClassName
{
color: #BA67C9;
}
.AnyTagClassName
{
color: #BA67C9;
}
</style>
background-color css
<style>
a { background-color: #BA67C9; }
a { background-color: rgb(186,103,201); }
div.DivClassName
{
background-color: #BA67C9;
}
.BgClassName
{
background-color: #BA67C9;
}
</style>
border-color css
<style>
span { border-color: #BA67C9; }
span { border-color: rgb(186,103,201); }
td.TdClassName
{
border-color: #BA67C9;
}
.TagClassName
{
border-color: #BA67C9;
}
</style>