Shades of Medium Orchid #BA4CCF
Tints of Medium Orchid #BA4CCF
RGB
CMYK
RGB Variations
Color information
#BA4CCF (or 0xBA4CCF) is known color: Medium Orchid. HEX triplet: BA, 4C and CF. RGB value is (186,76,207). Sum of RGB (Red+Green+Blue) = 186+76+207=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA4CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CCF is #45B330. Grayscale: #7B7B7B. Windows color (decimal): -4567857 or 13585594. OLE color: 13585594.
HSL color Cylindrical-coordinate representation of color #BA4CCF: hue angle of 290.38º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4CCF is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 76 | 207 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.19 |
| HSL | 290.38º | 0.58% | 0.55% | - |
| HSV(B) | 290.38º | 0.63% | 0.81% | - |
| XYZ | 34.1 | 20.11 | 61.12 | - |
| YUV | 123.82 | 174.94 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 207 | 0.10 | 0.63 | 0 | 0.19 | 290.38 | 0.58 | 0.55 |
| Hex | BA | 4C | CF | A | 3F | 0 | 13 | 122 | 3A | 37 |
| Octal | 272 | 114 | 317 | 12 | 77 | 0 | 23 | 442 | 72 | 67 |
| Binary | 10111010 | 1001100 | 11001111 | 1010 | 111111 | 0 | 10011 | 100100010 | 111010 | 110111 |
Color Harmonies of #BA4CCF
Complementary color
Monochromatic Colors of #BA4CCF
Black with #BA4CCF
Text Example
Text Example
White with #BA4CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4CCF; }
p { color: rgb(186,76,207); }
H1.HeaderClassName
{
color: #BA4CCF;
}
.AnyTagClassName
{
color: #BA4CCF;
}
</style>
background-color css
<style>
a { background-color: #BA4CCF; }
a { background-color: rgb(186,76,207); }
div.DivClassName
{
background-color: #BA4CCF;
}
.BgClassName
{
background-color: #BA4CCF;
}
</style>
border-color css
<style>
span { border-color: #BA4CCF; }
span { border-color: rgb(186,76,207); }
td.TdClassName
{
border-color: #BA4CCF;
}
.TagClassName
{
border-color: #BA4CCF;
}
</style>