Shades of Medium Orchid #BA64CA
Tints of Medium Orchid #BA64CA
RGB
CMYK
RGB Variations
Color information
#BA64CA (or 0xBA64CA) is known color: Medium Orchid. HEX triplet: BA, 64 and CA. RGB value is (186,100,202). Sum of RGB (Red+Green+Blue) = 186+100+202=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA64CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64CA is #459B35. Grayscale: #898989. Windows color (decimal): -4561718 or 13264058. OLE color: 13264058.
HSL color Cylindrical-coordinate representation of color #BA64CA: hue angle of 290.59º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA64CA is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 100 | 202 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.21 |
| HSL | 290.59º | 0.49% | 0.59% | - |
| HSV(B) | 290.59º | 0.5% | 0.79% | - |
| XYZ | 35.47 | 23.82 | 58.61 | - |
| YUV | 137.34 | 164.49 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 202 | 0.08 | 0.50 | 0 | 0.21 | 290.59 | 0.49 | 0.59 |
| Hex | BA | 64 | CA | 8 | 32 | 0 | 15 | 123 | 31 | 3B |
| Octal | 272 | 144 | 312 | 10 | 62 | 0 | 25 | 443 | 61 | 73 |
| Binary | 10111010 | 1100100 | 11001010 | 1000 | 110010 | 0 | 10101 | 100100011 | 110001 | 111011 |
Color Harmonies of #BA64CA
Complementary color
Monochromatic Colors of #BA64CA
Black with #BA64CA
Text Example
Text Example
White with #BA64CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA64CA; }
p { color: rgb(186,100,202); }
H1.HeaderClassName
{
color: #BA64CA;
}
.AnyTagClassName
{
color: #BA64CA;
}
</style>
background-color css
<style>
a { background-color: #BA64CA; }
a { background-color: rgb(186,100,202); }
div.DivClassName
{
background-color: #BA64CA;
}
.BgClassName
{
background-color: #BA64CA;
}
</style>
border-color css
<style>
span { border-color: #BA64CA; }
span { border-color: rgb(186,100,202); }
td.TdClassName
{
border-color: #BA64CA;
}
.TagClassName
{
border-color: #BA64CA;
}
</style>