Shades of Medium Orchid #BA67CF
Tints of Medium Orchid #BA67CF
RGB
CMYK
RGB Variations
Color information
#BA67CF (or 0xBA67CF) is known color: Medium Orchid. HEX triplet: BA, 67 and CF. RGB value is (186,103,207). Sum of RGB (Red+Green+Blue) = 186+103+207=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA67CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67CF is #459830. Grayscale: #8B8B8B. Windows color (decimal): -4560945 or 13592506. OLE color: 13592506.
HSL color Cylindrical-coordinate representation of color #BA67CF: hue angle of 287.88º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA67CF is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 103 | 207 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.19 |
| HSL | 287.88º | 0.52% | 0.61% | - |
| HSV(B) | 287.88º | 0.5% | 0.81% | - |
| XYZ | 36.36 | 24.64 | 61.87 | - |
| YUV | 139.67 | 166 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 207 | 0.10 | 0.50 | 0 | 0.19 | 287.88 | 0.52 | 0.61 |
| Hex | BA | 67 | CF | A | 32 | 0 | 13 | 120 | 34 | 3D |
| Octal | 272 | 147 | 317 | 12 | 62 | 0 | 23 | 440 | 64 | 75 |
| Binary | 10111010 | 1100111 | 11001111 | 1010 | 110010 | 0 | 10011 | 100100000 | 110100 | 111101 |
Color Harmonies of #BA67CF
Complementary color
Monochromatic Colors of #BA67CF
Black with #BA67CF
Text Example
Text Example
White with #BA67CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67CF; }
p { color: rgb(186,103,207); }
H1.HeaderClassName
{
color: #BA67CF;
}
.AnyTagClassName
{
color: #BA67CF;
}
</style>
background-color css
<style>
a { background-color: #BA67CF; }
a { background-color: rgb(186,103,207); }
div.DivClassName
{
background-color: #BA67CF;
}
.BgClassName
{
background-color: #BA67CF;
}
</style>
border-color css
<style>
span { border-color: #BA67CF; }
span { border-color: rgb(186,103,207); }
td.TdClassName
{
border-color: #BA67CF;
}
.TagClassName
{
border-color: #BA67CF;
}
</style>