Shades of Medium Orchid #BA67C8
Tints of Medium Orchid #BA67C8
RGB
CMYK
RGB Variations
Color information
#BA67C8 (or 0xBA67C8) is known color: Medium Orchid. HEX triplet: BA, 67 and C8. RGB value is (186,103,200). Sum of RGB (Red+Green+Blue) = 186+103+200=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA67C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67C8 is #459837. Grayscale: #8A8A8A. Windows color (decimal): -4560952 or 13133754. OLE color: 13133754.
HSL color Cylindrical-coordinate representation of color #BA67C8: hue angle of 291.34º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA67C8 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 103 | 200 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.22 |
| HSL | 291.34º | 0.47% | 0.59% | - |
| HSV(B) | 291.34º | 0.49% | 0.78% | - |
| XYZ | 35.53 | 24.31 | 57.46 | - |
| YUV | 138.88 | 162.5 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 200 | 0.07 | 0.48 | 0 | 0.22 | 291.34 | 0.47 | 0.59 |
| Hex | BA | 67 | C8 | 7 | 30 | 0 | 16 | 123 | 2F | 3B |
| Octal | 272 | 147 | 310 | 7 | 60 | 0 | 26 | 443 | 57 | 73 |
| Binary | 10111010 | 1100111 | 11001000 | 111 | 110000 | 0 | 10110 | 100100011 | 101111 | 111011 |
Color Harmonies of #BA67C8
Complementary color
Monochromatic Colors of #BA67C8
Black with #BA67C8
Text Example
Text Example
White with #BA67C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67C8; }
p { color: rgb(186,103,200); }
H1.HeaderClassName
{
color: #BA67C8;
}
.AnyTagClassName
{
color: #BA67C8;
}
</style>
background-color css
<style>
a { background-color: #BA67C8; }
a { background-color: rgb(186,103,200); }
div.DivClassName
{
background-color: #BA67C8;
}
.BgClassName
{
background-color: #BA67C8;
}
</style>
border-color css
<style>
span { border-color: #BA67C8; }
span { border-color: rgb(186,103,200); }
td.TdClassName
{
border-color: #BA67C8;
}
.TagClassName
{
border-color: #BA67C8;
}
</style>