Shades of Medium Orchid #BA67CA
Tints of Medium Orchid #BA67CA
RGB
CMYK
RGB Variations
Color information
#BA67CA (or 0xBA67CA) is known color: Medium Orchid. HEX triplet: BA, 67 and CA. RGB value is (186,103,202). Sum of RGB (Red+Green+Blue) = 186+103+202=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA67CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67CA is #459835. Grayscale: #8A8A8A. Windows color (decimal): -4560950 or 13264826. OLE color: 13264826.
HSL color Cylindrical-coordinate representation of color #BA67CA: hue angle of 290.3º 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 #BA67CA is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 103 | 202 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.21 |
| HSL | 290.3º | 0.48% | 0.6% | - |
| HSV(B) | 290.3º | 0.49% | 0.79% | - |
| XYZ | 35.76 | 24.4 | 58.7 | - |
| YUV | 139.1 | 163.5 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 202 | 0.08 | 0.49 | 0 | 0.21 | 290.3 | 0.48 | 0.6 |
| Hex | BA | 67 | CA | 8 | 31 | 0 | 15 | 122 | 30 | 3C |
| Octal | 272 | 147 | 312 | 10 | 61 | 0 | 25 | 442 | 60 | 74 |
| Binary | 10111010 | 1100111 | 11001010 | 1000 | 110001 | 0 | 10101 | 100100010 | 110000 | 111100 |
Color Harmonies of #BA67CA
Complementary color
Monochromatic Colors of #BA67CA
Black with #BA67CA
Text Example
Text Example
White with #BA67CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67CA; }
p { color: rgb(186,103,202); }
H1.HeaderClassName
{
color: #BA67CA;
}
.AnyTagClassName
{
color: #BA67CA;
}
</style>
background-color css
<style>
a { background-color: #BA67CA; }
a { background-color: rgb(186,103,202); }
div.DivClassName
{
background-color: #BA67CA;
}
.BgClassName
{
background-color: #BA67CA;
}
</style>
border-color css
<style>
span { border-color: #BA67CA; }
span { border-color: rgb(186,103,202); }
td.TdClassName
{
border-color: #BA67CA;
}
.TagClassName
{
border-color: #BA67CA;
}
</style>