Shades of Medium Orchid #BA64CC
Tints of Medium Orchid #BA64CC
RGB
CMYK
RGB Variations
Color information
#BA64CC (or 0xBA64CC) is known color: Medium Orchid. HEX triplet: BA, 64 and CC. RGB value is (186,100,204). Sum of RGB (Red+Green+Blue) = 186+100+204=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA64CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64CC is #459B33. Grayscale: #898989. Windows color (decimal): -4561716 or 13395130. OLE color: 13395130.
HSL color Cylindrical-coordinate representation of color #BA64CC: hue angle of 289.62º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA64CC is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 100 | 204 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.2 |
| HSL | 289.62º | 0.5% | 0.6% | - |
| HSV(B) | 289.62º | 0.51% | 0.8% | - |
| XYZ | 35.71 | 23.91 | 59.86 | - |
| YUV | 137.57 | 165.49 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 204 | 0.09 | 0.51 | 0 | 0.2 | 289.62 | 0.5 | 0.6 |
| Hex | BA | 64 | CC | 9 | 33 | 0 | 14 | 122 | 32 | 3C |
| Octal | 272 | 144 | 314 | 11 | 63 | 0 | 24 | 442 | 62 | 74 |
| Binary | 10111010 | 1100100 | 11001100 | 1001 | 110011 | 0 | 10100 | 100100010 | 110010 | 111100 |
Color Harmonies of #BA64CC
Complementary color
Monochromatic Colors of #BA64CC
Black with #BA64CC
Text Example
Text Example
White with #BA64CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA64CC; }
p { color: rgb(186,100,204); }
H1.HeaderClassName
{
color: #BA64CC;
}
.AnyTagClassName
{
color: #BA64CC;
}
</style>
background-color css
<style>
a { background-color: #BA64CC; }
a { background-color: rgb(186,100,204); }
div.DivClassName
{
background-color: #BA64CC;
}
.BgClassName
{
background-color: #BA64CC;
}
</style>
border-color css
<style>
span { border-color: #BA64CC; }
span { border-color: rgb(186,100,204); }
td.TdClassName
{
border-color: #BA64CC;
}
.TagClassName
{
border-color: #BA64CC;
}
</style>