Shades of Medium Orchid #BA74DE
Tints of Medium Orchid #BA74DE
RGB
CMYK
RGB Variations
Color information
#BA74DE (or 0xBA74DE) is known color: Medium Orchid. HEX triplet: BA, 74 and DE. RGB value is (186,116,222). Sum of RGB (Red+Green+Blue) = 186+116+222=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA74DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74DE is #458B21. Grayscale: #949494. Windows color (decimal): -4557602 or 14578874. OLE color: 14578874.
HSL color Cylindrical-coordinate representation of color #BA74DE: hue angle of 279.62º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA74DE is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 116 | 222 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.13 |
| HSL | 279.62º | 0.62% | 0.66% | - |
| HSV(B) | 279.62º | 0.48% | 0.87% | - |
| XYZ | 39.68 | 28.2 | 72.46 | - |
| YUV | 149.01 | 169.19 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 222 | 0.16 | 0.48 | 0 | 0.13 | 279.62 | 0.62 | 0.66 |
| Hex | BA | 74 | DE | 10 | 30 | 0 | D | 118 | 3E | 42 |
| Octal | 272 | 164 | 336 | 20 | 60 | 0 | 15 | 430 | 76 | 102 |
| Binary | 10111010 | 1110100 | 11011110 | 10000 | 110000 | 0 | 1101 | 100011000 | 111110 | 1000010 |
Color Harmonies of #BA74DE
Complementary color
Monochromatic Colors of #BA74DE
Black with #BA74DE
Text Example
Text Example
White with #BA74DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA74DE; }
p { color: rgb(186,116,222); }
H1.HeaderClassName
{
color: #BA74DE;
}
.AnyTagClassName
{
color: #BA74DE;
}
</style>
background-color css
<style>
a { background-color: #BA74DE; }
a { background-color: rgb(186,116,222); }
div.DivClassName
{
background-color: #BA74DE;
}
.BgClassName
{
background-color: #BA74DE;
}
</style>
border-color css
<style>
span { border-color: #BA74DE; }
span { border-color: rgb(186,116,222); }
td.TdClassName
{
border-color: #BA74DE;
}
.TagClassName
{
border-color: #BA74DE;
}
</style>