Shades of Medium Orchid #BA4ACF
Tints of Medium Orchid #BA4ACF
RGB
CMYK
RGB Variations
Color information
#BA4ACF (or 0xBA4ACF) is known color: Medium Orchid. HEX triplet: BA, 4A and CF. RGB value is (186,74,207). Sum of RGB (Red+Green+Blue) = 186+74+207=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA4ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4ACF is #45B530. Grayscale: #7A7A7A. Windows color (decimal): -4568369 or 13585082. OLE color: 13585082.
HSL color Cylindrical-coordinate representation of color #BA4ACF: hue angle of 290.53º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4ACF is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 74 | 207 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.19 |
| HSL | 290.53º | 0.58% | 0.55% | - |
| HSV(B) | 290.53º | 0.64% | 0.81% | - |
| XYZ | 33.96 | 19.84 | 61.07 | - |
| YUV | 122.65 | 175.61 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 207 | 0.10 | 0.64 | 0 | 0.19 | 290.53 | 0.58 | 0.55 |
| Hex | BA | 4A | CF | A | 40 | 0 | 13 | 123 | 3A | 37 |
| Octal | 272 | 112 | 317 | 12 | 100 | 0 | 23 | 443 | 72 | 67 |
| Binary | 10111010 | 1001010 | 11001111 | 1010 | 1000000 | 0 | 10011 | 100100011 | 111010 | 110111 |
Color Harmonies of #BA4ACF
Complementary color
Monochromatic Colors of #BA4ACF
Black with #BA4ACF
Text Example
Text Example
White with #BA4ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4ACF; }
p { color: rgb(186,74,207); }
H1.HeaderClassName
{
color: #BA4ACF;
}
.AnyTagClassName
{
color: #BA4ACF;
}
</style>
background-color css
<style>
a { background-color: #BA4ACF; }
a { background-color: rgb(186,74,207); }
div.DivClassName
{
background-color: #BA4ACF;
}
.BgClassName
{
background-color: #BA4ACF;
}
</style>
border-color css
<style>
span { border-color: #BA4ACF; }
span { border-color: rgb(186,74,207); }
td.TdClassName
{
border-color: #BA4ACF;
}
.TagClassName
{
border-color: #BA4ACF;
}
</style>