Shades of Medium Orchid #BA67CE
Tints of Medium Orchid #BA67CE
RGB
CMYK
RGB Variations
Color information
#BA67CE (or 0xBA67CE) is known color: Medium Orchid. HEX triplet: BA, 67 and CE. RGB value is (186,103,206). Sum of RGB (Red+Green+Blue) = 186+103+206=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA67CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67CE is #459831. Grayscale: #8B8B8B. Windows color (decimal): -4560946 or 13526970. OLE color: 13526970.
HSL color Cylindrical-coordinate representation of color #BA67CE: hue angle of 288.35º degrees, saturation: 0.51, 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 #BA67CE is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 103 | 206 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.19 |
| HSL | 288.35º | 0.51% | 0.61% | - |
| HSV(B) | 288.35º | 0.5% | 0.81% | - |
| XYZ | 36.24 | 24.6 | 61.23 | - |
| YUV | 139.56 | 165.5 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 206 | 0.10 | 0.50 | 0 | 0.19 | 288.35 | 0.51 | 0.61 |
| Hex | BA | 67 | CE | A | 32 | 0 | 13 | 120 | 33 | 3D |
| Octal | 272 | 147 | 316 | 12 | 62 | 0 | 23 | 440 | 63 | 75 |
| Binary | 10111010 | 1100111 | 11001110 | 1010 | 110010 | 0 | 10011 | 100100000 | 110011 | 111101 |
Color Harmonies of #BA67CE
Complementary color
Monochromatic Colors of #BA67CE
Black with #BA67CE
Text Example
Text Example
White with #BA67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67CE; }
p { color: rgb(186,103,206); }
H1.HeaderClassName
{
color: #BA67CE;
}
.AnyTagClassName
{
color: #BA67CE;
}
</style>
background-color css
<style>
a { background-color: #BA67CE; }
a { background-color: rgb(186,103,206); }
div.DivClassName
{
background-color: #BA67CE;
}
.BgClassName
{
background-color: #BA67CE;
}
</style>
border-color css
<style>
span { border-color: #BA67CE; }
span { border-color: rgb(186,103,206); }
td.TdClassName
{
border-color: #BA67CE;
}
.TagClassName
{
border-color: #BA67CE;
}
</style>