Shades of Medium Orchid #BA67D4
Tints of Medium Orchid #BA67D4
RGB
CMYK
RGB Variations
Color information
#BA67D4 (or 0xBA67D4) is known color: Medium Orchid. HEX triplet: BA, 67 and D4. RGB value is (186,103,212). Sum of RGB (Red+Green+Blue) = 186+103+212=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA67D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67D4 is #45982B. Grayscale: #8B8B8B. Windows color (decimal): -4560940 or 13920186. OLE color: 13920186.
HSL color Cylindrical-coordinate representation of color #BA67D4: hue angle of 285.69º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA67D4 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 103 | 212 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.17 |
| HSL | 285.69º | 0.56% | 0.62% | - |
| HSV(B) | 285.69º | 0.51% | 0.83% | - |
| XYZ | 36.98 | 24.89 | 65.14 | - |
| YUV | 140.24 | 168.5 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 212 | 0.12 | 0.51 | 0 | 0.17 | 285.69 | 0.56 | 0.62 |
| Hex | BA | 67 | D4 | C | 33 | 0 | 11 | 11E | 38 | 3E |
| Octal | 272 | 147 | 324 | 14 | 63 | 0 | 21 | 436 | 70 | 76 |
| Binary | 10111010 | 1100111 | 11010100 | 1100 | 110011 | 0 | 10001 | 100011110 | 111000 | 111110 |
Color Harmonies of #BA67D4
Complementary color
Monochromatic Colors of #BA67D4
Black with #BA67D4
Text Example
Text Example
White with #BA67D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67D4; }
p { color: rgb(186,103,212); }
H1.HeaderClassName
{
color: #BA67D4;
}
.AnyTagClassName
{
color: #BA67D4;
}
</style>
background-color css
<style>
a { background-color: #BA67D4; }
a { background-color: rgb(186,103,212); }
div.DivClassName
{
background-color: #BA67D4;
}
.BgClassName
{
background-color: #BA67D4;
}
</style>
border-color css
<style>
span { border-color: #BA67D4; }
span { border-color: rgb(186,103,212); }
td.TdClassName
{
border-color: #BA67D4;
}
.TagClassName
{
border-color: #BA67D4;
}
</style>