Shades of Medium Orchid #BA66CC
Tints of Medium Orchid #BA66CC
RGB
CMYK
RGB Variations
Color information
#BA66CC (or 0xBA66CC) is known color: Medium Orchid. HEX triplet: BA, 66 and CC. RGB value is (186,102,204). Sum of RGB (Red+Green+Blue) = 186+102+204=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA66CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66CC is #459933. Grayscale: #8A8A8A. Windows color (decimal): -4561204 or 13395642. OLE color: 13395642.
HSL color Cylindrical-coordinate representation of color #BA66CC: hue angle of 289.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA66CC is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 102 | 204 | - |
| CMYK | 0.09 | 0.5 | 0 | 0.2 |
| HSL | 289.41º | 0.5% | 0.6% | - |
| HSV(B) | 289.41º | 0.5% | 0.8% | - |
| XYZ | 35.9 | 24.3 | 59.93 | - |
| YUV | 138.74 | 164.83 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 204 | 0.09 | 0.5 | 0 | 0.2 | 289.41 | 0.5 | 0.6 |
| Hex | BA | 66 | CC | 9 | 32 | 0 | 14 | 121 | 32 | 3C |
| Octal | 272 | 146 | 314 | 11 | 62 | 0 | 24 | 441 | 62 | 74 |
| Binary | 10111010 | 1100110 | 11001100 | 1001 | 110010 | 0 | 10100 | 100100001 | 110010 | 111100 |
Color Harmonies of #BA66CC
Complementary color
Monochromatic Colors of #BA66CC
Black with #BA66CC
Text Example
Text Example
White with #BA66CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA66CC; }
p { color: rgb(186,102,204); }
H1.HeaderClassName
{
color: #BA66CC;
}
.AnyTagClassName
{
color: #BA66CC;
}
</style>
background-color css
<style>
a { background-color: #BA66CC; }
a { background-color: rgb(186,102,204); }
div.DivClassName
{
background-color: #BA66CC;
}
.BgClassName
{
background-color: #BA66CC;
}
</style>
border-color css
<style>
span { border-color: #BA66CC; }
span { border-color: rgb(186,102,204); }
td.TdClassName
{
border-color: #BA66CC;
}
.TagClassName
{
border-color: #BA66CC;
}
</style>