Shades of Medium Orchid #BA74CD
Tints of Medium Orchid #BA74CD
RGB
CMYK
RGB Variations
Color information
#BA74CD (or 0xBA74CD) is known color: Medium Orchid. HEX triplet: BA, 74 and CD. RGB value is (186,116,205). Sum of RGB (Red+Green+Blue) = 186+116+205=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA74CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74CD is #458B32. Grayscale: #929292. Windows color (decimal): -4557619 or 13464762. OLE color: 13464762.
HSL color Cylindrical-coordinate representation of color #BA74CD: hue angle of 287.19º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA74CD is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 116 | 205 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.20 |
| HSL | 287.19º | 0.47% | 0.63% | - |
| HSV(B) | 287.19º | 0.43% | 0.8% | - |
| XYZ | 37.51 | 27.34 | 61.06 | - |
| YUV | 147.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 205 | 0.09 | 0.43 | 0 | 0.20 | 287.19 | 0.47 | 0.63 |
| Hex | BA | 74 | CD | 9 | 2B | 0 | 14 | 11F | 2F | 3F |
| Octal | 272 | 164 | 315 | 11 | 53 | 0 | 24 | 437 | 57 | 77 |
| Binary | 10111010 | 1110100 | 11001101 | 1001 | 101011 | 0 | 10100 | 100011111 | 101111 | 111111 |
Color Harmonies of #BA74CD
Complementary color
Monochromatic Colors of #BA74CD
Black with #BA74CD
Text Example
Text Example
White with #BA74CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA74CD; }
p { color: rgb(186,116,205); }
H1.HeaderClassName
{
color: #BA74CD;
}
.AnyTagClassName
{
color: #BA74CD;
}
</style>
background-color css
<style>
a { background-color: #BA74CD; }
a { background-color: rgb(186,116,205); }
div.DivClassName
{
background-color: #BA74CD;
}
.BgClassName
{
background-color: #BA74CD;
}
</style>
border-color css
<style>
span { border-color: #BA74CD; }
span { border-color: rgb(186,116,205); }
td.TdClassName
{
border-color: #BA74CD;
}
.TagClassName
{
border-color: #BA74CD;
}
</style>